#D15F66

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

Shades of Mandy #D15F66

Tints of Mandy #D15F66

Color information

#D15F66 (or 0xD15F66) is unknown color: approx Mandy. HEX triplet: D1, 5F and 66. RGB value is (209,95,102). Sum of RGB (Red+Green+Blue) = 209+95+102=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F66 is #2EA099. Grayscale: #818181. Windows color (decimal): -3055770 or 6709201. OLE color: 6709201.

HSL color Cylindrical-coordinate representation of color #D15F66: hue angle of 356.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F66 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20995102-
CMYK00.550.510.18
HSL356.32º55.34%59.61%-
HSV(B)356.32º54.55%81.96%-
XYZ32.7822.715.22-
YUV129.88112.27184.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.48%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=51.48%
G=23.40%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099510200.550.510.18356.3255.3459.61
HexD15F660373312164373c
Octal32113714606763225446774
Binary1101000110111111100110011011111001110010101100100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F66; }

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

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

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

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

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

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

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

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