#D95962

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

Shades of Mandy #D95962

Tints of Mandy #D95962

Color information

#D95962 (or 0xD95962) is unknown color: approx Mandy. HEX triplet: D9, 59 and 62. RGB value is (217,89,98). Sum of RGB (Red+Green+Blue) = 217+89+98=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D95962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95962 is #26A69D. Grayscale: #808080. Windows color (decimal): -2533022 or 6445529. OLE color: 6445529.

HSL color Cylindrical-coordinate representation of color #D95962: hue angle of 355.78º degrees, saturation: 0.63, 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 #D95962 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2178998-
CMYK00.590.550.15
HSL355.78º62.75%60%-
HSV(B)355.78º58.99%85.1%-
XYZ34.3922.7814.14-
YUV128.3110.91191.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.71%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 98 (38.67% from 255) = 24.26%
R=53.71%
G=22.03%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217899800.590.550.15355.7862.7560
HexD9596203B37F1643f3c
Octal33113114207367175447774
Binary110110011011001110001001110111101111111101100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95962; }

 p { color: rgb(217,89,98); }

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

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

 a { background-color: rgb(217,89,98); }

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

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

 span { border-color: rgb(217,89,98); }

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