#D95A66

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

Shades of Mandy #D95A66

Tints of Mandy #D95A66

Color information

#D95A66 (or 0xD95A66) is unknown color: approx Mandy. HEX triplet: D9, 5A and 66. RGB value is (217,90,102). Sum of RGB (Red+Green+Blue) = 217+90+102=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A66 is #26A599. Grayscale: #818181. Windows color (decimal): -2532762 or 6707929. OLE color: 6707929.

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

Color convert

RGB21790102-
CMYK00.590.530.15
HSL354.33º62.56%60.2%-
HSV(B)354.33º58.53%85.1%-
XYZ34.6723.0215.19-
YUV129.34112.58190.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.06%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=53.06%
G=22.00%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179010200.590.530.15354.3362.5660.2
HexD95A6603B35F1623f3c
Octal33113214607365175427774
Binary110110011011010110011001110111101011111101100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A66; }

 p { color: rgb(217,90,102); }

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

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

 a { background-color: rgb(217,90,102); }

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

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

 span { border-color: rgb(217,90,102); }

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