#D45760

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

Shades of Mandy #D45760

Tints of Mandy #D45760

Color information

#D45760 (or 0xD45760) is unknown color: approx Mandy. HEX triplet: D4, 57 and 60. RGB value is (212,87,96). Sum of RGB (Red+Green+Blue) = 212+87+96=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D45760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45760 is #2BA89F. Grayscale: #7D7D7D. Windows color (decimal): -2861216 or 6313940. OLE color: 6313940.

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

Color convert

RGB2128796-
CMYK00.590.550.17
HSL355.68º59.24%58.63%-
HSV(B)355.68º58.96%83.14%-
XYZ32.6721.6613.52-
YUV125.4111.41189.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=53.67%
G=22.03%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212879600.590.550.17355.6859.2458.63
HexD4576003B37111643b3b
Octal32412714007367215447373
Binary1101010010101111100000011101111011110001101100100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45760; }

 p { color: rgb(212,87,96); }

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

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

 a { background-color: rgb(212,87,96); }

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

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

 span { border-color: rgb(212,87,96); }

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