#D4515F

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

Shades of Mandy #D4515F

Tints of Mandy #D4515F

Color information

#D4515F (or 0xD4515F) is unknown color: approx Mandy. HEX triplet: D4, 51 and 5F. RGB value is (212,81,95). Sum of RGB (Red+Green+Blue) = 212+81+95=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4515F is #2BAEA0. Grayscale: #797979. Windows color (decimal): -2862753 or 6246868. OLE color: 6246868.

HSL color Cylindrical-coordinate representation of color #D4515F: hue angle of 353.59º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4515F is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB2128195-
CMYK00.620.550.17
HSL353.59º60.37%57.45%-
HSV(B)353.59º61.79%83.14%-
XYZ32.1620.7113.13-
YUV121.76112.9192.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.64%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=54.64%
G=20.88%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212819500.620.550.17353.5960.3757.45
HexD4515F03E37111623c39
Octal32412113707667215427471
Binary1101010010100011011111011111011011110001101100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4515F; }

 p { color: rgb(212,81,95); }

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

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

 a { background-color: rgb(212,81,95); }

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

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

 span { border-color: rgb(212,81,95); }

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