#d547ac

Color #D547AC Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D547AC

Tints of Mulberry #D547AC

Color information

#D547AC (or 0xD547AC) is unknown color: approx Mulberry. HEX triplet: D5, 47 and AC. RGB value is (213,71,172). Sum of RGB (Red+Green+Blue) = 213+71+172=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D547AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D547AC is #2AB853. Grayscale: #7C7C7C. Windows color (decimal): -2799700 or 11290581. OLE color: 11290581.

HSL color Cylindrical-coordinate representation of color #D547AC: hue angle of 317.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547AC is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21371172-
CMYK00.670.190.16
HSL317.32º62.83%55.69%-
HSV(B)317.32º66.67%83.53%-
XYZ37.1421.6341.25-
YUV124.97154.54190.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 71 (28.12% from 255) = 15.57%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=46.71%
G=15.57%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137117200.670.190.16317.3262.8355.69
HexD547AC043131013d3f38
Octal325107254010323204757770
Binary11010101100011110101100010000111001110000100111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d547ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d547ac; }

 p { color: rgb(213,71,172); }

 H1.HeaderClassName
 {
   color: #d547ac;
 }
 .AnyTagClassName
 {
   color: #d547ac;
 }
</style>
background-color css

<style>
 a { background-color: #d547ac; }

 a { background-color: rgb(213,71,172); }

 div.DivClassName
 {
   background-color: #d547ac;
 }
 .BgClassName
 {
   background-color: #d547ac;
 }
</style>
border-color css

<style>
 span { border-color: #d547ac; }

 span { border-color: rgb(213,71,172); }

 td.TdClassName
 {
   border-color: #d547ac;
 }
 .TagClassName
 {
   border-color: #d547ac;
 }
</style>