#D0549E

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

Shades of Mulberry #D0549E

Tints of Mulberry #D0549E

Color information

#D0549E (or 0xD0549E) is unknown color: approx Mulberry. HEX triplet: D0, 54 and 9E. RGB value is (208,84,158). Sum of RGB (Red+Green+Blue) = 208+84+158=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0549E is #2FAB61. Grayscale: #818181. Windows color (decimal): -3124066 or 10376400. OLE color: 10376400.

HSL color Cylindrical-coordinate representation of color #D0549E: hue angle of 324.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0549E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20884158-
CMYK00.600.240.18
HSL324.19º56.88%57.25%-
HSV(B)324.19º59.62%81.57%-
XYZ35.3522.2234.77-
YUV129.51144.08183.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=46.22%
G=18.67%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088415800.600.240.18324.1956.8857.25
HexD0549E03C18121443939
Octal32012423607430225047171
Binary1101000010101001001111001111001100010010101000100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0549E; }

 p { color: rgb(208,84,158); }

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

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

 a { background-color: rgb(208,84,158); }

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

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

 span { border-color: rgb(208,84,158); }

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