#D35499

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

Shades of Mulberry #D35499

Tints of Mulberry #D35499

Color information

#D35499 (or 0xD35499) is unknown color: approx Mulberry. HEX triplet: D3, 54 and 99. RGB value is (211,84,153). Sum of RGB (Red+Green+Blue) = 211+84+153=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D35499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35499 is #2CAB66. Grayscale: #818181. Windows color (decimal): -2927463 or 10048723. OLE color: 10048723.

HSL color Cylindrical-coordinate representation of color #D35499: hue angle of 327.4º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35499 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB21184153-
CMYK00.600.270.17
HSL327.4º59.07%57.84%-
HSV(B)327.4º60.19%82.75%-
XYZ35.7822.4932.59-
YUV129.84141.08185.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=47.10%
G=18.75%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118415300.600.270.17327.459.0757.84
HexD3549903C1B111473b3a
Octal32312423107433215077372
Binary1101001110101001001100101111001101110001101000111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35499; }

 p { color: rgb(211,84,153); }

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

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

 a { background-color: rgb(211,84,153); }

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

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

 span { border-color: rgb(211,84,153); }

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