#D1515C

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

Shades of Mandy #D1515C

Tints of Mandy #D1515C

Color information

#D1515C (or 0xD1515C) is unknown color: approx Mandy. HEX triplet: D1, 51 and 5C. RGB value is (209,81,92). Sum of RGB (Red+Green+Blue) = 209+81+92=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1515C is #2EAEA3. Grayscale: #787878. Windows color (decimal): -3059364 or 6050257. OLE color: 6050257.

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

Color convert

RGB2098192-
CMYK00.610.560.18
HSL354.84º58.18%56.86%-
HSV(B)354.84º61.24%81.96%-
XYZ31.1720.2112.38-
YUV120.53111.91191.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=54.71%
G=21.20%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209819200.610.560.18354.8458.1856.86
HexD1515C03D38121633a39
Octal32112113407570225437271
Binary1101000110100011011100011110111100010010101100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1515C; }

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

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

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

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

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

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

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

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