#D15F61

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

Shades of Mandy #D15F61

Tints of Mandy #D15F61

Color information

#D15F61 (or 0xD15F61) is unknown color: approx Mandy. HEX triplet: D1, 5F and 61. RGB value is (209,95,97). Sum of RGB (Red+Green+Blue) = 209+95+97=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F61 is #2EA09E. Grayscale: #818181. Windows color (decimal): -3055775 or 6381521. OLE color: 6381521.

HSL color Cylindrical-coordinate representation of color #D15F61: hue angle of 358.95º 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 #D15F61 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2099597-
CMYK00.550.540.18
HSL358.95º55.34%59.61%-
HSV(B)358.95º54.55%81.96%-
XYZ32.5422.613.96-
YUV129.31109.77184.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=52.12%
G=23.69%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209959700.550.540.18358.9555.3459.61
HexD15F610373612167373c
Octal32113714106766225476774
Binary1101000110111111100001011011111011010010101100111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F61; }

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

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

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

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

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

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

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

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