#D64599

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

Shades of Mulberry #D64599

Tints of Mulberry #D64599

Color information

#D64599 (or 0xD64599) is unknown color: approx Mulberry. HEX triplet: D6, 45 and 99. RGB value is (214,69,153). Sum of RGB (Red+Green+Blue) = 214+69+153=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64599 is #29BA66. Grayscale: #797979. Windows color (decimal): -2734695 or 10044886. OLE color: 10044886.

HSL color Cylindrical-coordinate representation of color #D64599: hue angle of 325.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64599 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB21469153-
CMYK00.680.290.16
HSL325.24º63.88%55.49%-
HSV(B)325.24º67.76%83.92%-
XYZ35.6120.8532.29-
YUV121.93145.54193.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 69 (27.34% from 255) = 15.83%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=49.08%
G=15.83%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146915300.680.290.16325.2463.8855.49
HexD645990441D101454037
Octal3261052310104352050510067
Binary110101101000101100110010100010011101100001010001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64599; }

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

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

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

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

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

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

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

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