#D64499

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

Shades of Mulberry #D64499

Tints of Mulberry #D64499

Color information

#D64499 (or 0xD64499) is unknown color: approx Mulberry. HEX triplet: D6, 44 and 99. RGB value is (214,68,153). Sum of RGB (Red+Green+Blue) = 214+68+153=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D64499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64499 is #29BB66. Grayscale: #797979. Windows color (decimal): -2734951 or 10044630. OLE color: 10044630.

HSL color Cylindrical-coordinate representation of color #D64499: hue angle of 325.07º 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 #D64499 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB21468153-
CMYK00.680.290.16
HSL325.07º64.04%55.29%-
HSV(B)325.07º68.22%83.92%-
XYZ35.5520.7332.26-
YUV121.34145.87194.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=49.20%
G=15.63%
B=35.17%

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
Decimal2146815300.680.290.16325.0764.0455.29
HexD644990441D101454037
Octal3261042310104352050510067
Binary110101101000100100110010100010011101100001010001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64499; }

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

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

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

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

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

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

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

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