#D65599

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

Shades of Mulberry #D65599

Tints of Mulberry #D65599

Color information

#D65599 (or 0xD65599) is unknown color: approx Mulberry. HEX triplet: D6, 55 and 99. RGB value is (214,85,153). Sum of RGB (Red+Green+Blue) = 214+85+153=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D65599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65599 is #29AA66. Grayscale: #838383. Windows color (decimal): -2730599 or 10048982. OLE color: 10048982.

HSL color Cylindrical-coordinate representation of color #D65599: hue angle of 328.37º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65599 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB21485153-
CMYK00.600.290.16
HSL328.37º61.14%58.63%-
HSV(B)328.37º60.28%83.92%-
XYZ36.7323.0932.66-
YUV131.32140.24186.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 85 (33.59% from 255) = 18.81%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=47.35%
G=18.81%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148515300.600.290.16328.3761.1458.63
HexD6559903C1D101483d3b
Octal32612523107435205107573
Binary1101011010101011001100101111001110110000101001000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65599; }

 p { color: rgb(214,85,153); }

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

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

 a { background-color: rgb(214,85,153); }

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

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

 span { border-color: rgb(214,85,153); }

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