#D85964

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

Shades of Mandy #D85964

Tints of Mandy #D85964

Color information

#D85964 (or 0xD85964) is unknown color: approx Mandy. HEX triplet: D8, 59 and 64. RGB value is (216,89,100). Sum of RGB (Red+Green+Blue) = 216+89+100=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85964 is #27A69B. Grayscale: #808080. Windows color (decimal): -2598556 or 6576600. OLE color: 6576600.

HSL color Cylindrical-coordinate representation of color #D85964: hue angle of 354.8º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85964 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21689100-
CMYK00.590.540.15
HSL354.8º61.95%59.8%-
HSV(B)354.8º58.8%84.71%-
XYZ34.1922.6614.63-
YUV128.23112.08190.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=53.33%
G=21.98%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168910000.590.540.15354.861.9559.8
HexD8596403B36F1633e3c
Octal33013114407366175437674
Binary110110001011001110010001110111101101111101100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85964; }

 p { color: rgb(216,89,100); }

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

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

 a { background-color: rgb(216,89,100); }

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

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

 span { border-color: rgb(216,89,100); }

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