#D1515D

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

Shades of Mandy #D1515D

Tints of Mandy #D1515D

Color information

#D1515D (or 0xD1515D) is unknown color: approx Mandy. HEX triplet: D1, 51 and 5D. RGB value is (209,81,93). Sum of RGB (Red+Green+Blue) = 209+81+93=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1515D is #2EAEA2. Grayscale: #787878. Windows color (decimal): -3059363 or 6115793. OLE color: 6115793.

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

Color convert

RGB2098193-
CMYK00.610.560.18
HSL354.38º58.18%56.86%-
HSV(B)354.38º61.24%81.96%-
XYZ31.2120.2312.62-
YUV120.64112.41191.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=54.57%
G=21.15%
B=24.28%

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
Decimal209819300.610.560.18354.3858.1856.86
HexD1515D03D38121623a39
Octal32112113507570225427271
Binary1101000110100011011101011110111100010010101100010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1515D; }

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

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

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

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

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

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

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

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