#D95F66

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

Shades of Mandy #D95F66

Tints of Mandy #D95F66

Color information

#D95F66 (or 0xD95F66) is unknown color: approx Mandy. HEX triplet: D9, 5F and 66. RGB value is (217,95,102). Sum of RGB (Red+Green+Blue) = 217+95+102=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F66 is #26A099. Grayscale: #848484. Windows color (decimal): -2531482 or 6709209. OLE color: 6709209.

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

Color convert

RGB21795102-
CMYK00.560.530.15
HSL356.56º61.62%61.18%-
HSV(B)356.56º56.22%85.1%-
XYZ35.1123.915.33-
YUV132.28110.92188.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=52.42%
G=22.95%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179510200.560.530.15356.5661.6261.18
HexD95F6603835F1653e3d
Octal33113714607065175457675
Binary110110011011111110011001110001101011111101100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F66; }

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

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

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

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

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

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

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

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