#D64959

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

Shades of Mandy #D64959

Tints of Mandy #D64959

Color information

#D64959 (or 0xD64959) is unknown color: approx Mandy. HEX triplet: D6, 49 and 59. RGB value is (214,73,89). Sum of RGB (Red+Green+Blue) = 214+73+89=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D64959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64959 is #29B6A6. Grayscale: #757575. Windows color (decimal): -2733735 or 5851606. OLE color: 5851606.

HSL color Cylindrical-coordinate representation of color #D64959: hue angle of 353.19º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64959 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2147389-
CMYK00.660.580.16
HSL353.19º63.23%56.27%-
HSV(B)353.19º65.89%83.92%-
XYZ31.9219.7811.59-
YUV116.98112.21197.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=56.91%
G=19.41%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214738900.660.580.16353.1963.2356.27
HexD649590423A101613f38
Octal326111131010272205417770
Binary11010110100100110110010100001011101010000101100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64959; }

 p { color: rgb(214,73,89); }

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

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

 a { background-color: rgb(214,73,89); }

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

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

 span { border-color: rgb(214,73,89); }

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