#D15A5C

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

Shades of Mandy #D15A5C

Tints of Mandy #D15A5C

Color information

#D15A5C (or 0xD15A5C) is unknown color: approx Mandy. HEX triplet: D1, 5A and 5C. RGB value is (209,90,92). Sum of RGB (Red+Green+Blue) = 209+90+92=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A5C is #2EA5A3. Grayscale: #7D7D7D. Windows color (decimal): -3057060 or 6052561. OLE color: 6052561.

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

Color convert

RGB2099092-
CMYK00.570.560.18
HSL358.99º56.4%58.63%-
HSV(B)358.99º56.94%81.96%-
XYZ31.8821.6412.62-
YUV125.81108.92187.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=53.45%
G=23.02%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209909200.570.560.18358.9956.458.63
HexD15A5C0393812167383b
Octal32113213407170225477073
Binary1101000110110101011100011100111100010010101100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A5C; }

 p { color: rgb(209,90,92); }

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

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

 a { background-color: rgb(209,90,92); }

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

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

 span { border-color: rgb(209,90,92); }

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