#D1515B

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

Shades of Mandy #D1515B

Tints of Mandy #D1515B

Color information

#D1515B (or 0xD1515B) is unknown color: approx Mandy. HEX triplet: D1, 51 and 5B. RGB value is (209,81,91). Sum of RGB (Red+Green+Blue) = 209+81+91=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1515B is #2EAEA4. Grayscale: #787878. Windows color (decimal): -3059365 or 5984721. OLE color: 5984721.

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

Color convert

RGB2098191-
CMYK00.610.560.18
HSL355.31º58.18%56.86%-
HSV(B)355.31º61.24%81.96%-
XYZ31.1320.212.16-
YUV120.41111.41191.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=54.86%
G=21.26%
B=23.88%

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
Decimal209819100.610.560.18355.3158.1856.86
HexD1515B03D38121633a39
Octal32112113307570225437271
Binary1101000110100011011011011110111100010010101100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1515B; }

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

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

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

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

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

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

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

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