#D4515A

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

Shades of Mandy #D4515A

Tints of Mandy #D4515A

Color information

#D4515A (or 0xD4515A) is unknown color: approx Mandy. HEX triplet: D4, 51 and 5A. RGB value is (212,81,90). Sum of RGB (Red+Green+Blue) = 212+81+90=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D4515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4515A is #2BAEA5. Grayscale: #797979. Windows color (decimal): -2862758 or 5919188. OLE color: 5919188.

HSL color Cylindrical-coordinate representation of color #D4515A: hue angle of 355.88º 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 #D4515A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB2128190-
CMYK00.620.580.17
HSL355.88º60.37%57.45%-
HSV(B)355.88º61.79%83.14%-
XYZ31.9420.6211.97-
YUV121.2110.4192.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=55.35%
G=21.15%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212819000.620.580.17355.8860.3757.45
HexD4515A03E3A111643c39
Octal32412113207672215447471
Binary1101010010100011011010011111011101010001101100100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4515A; }

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

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

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

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

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

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

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

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