#D45462

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

Shades of Mandy #D45462

Tints of Mandy #D45462

Color information

#D45462 (or 0xD45462) is unknown color: approx Mandy. HEX triplet: D4, 54 and 62. RGB value is (212,84,98). Sum of RGB (Red+Green+Blue) = 212+84+98=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D45462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45462 is #2BAB9D. Grayscale: #7B7B7B. Windows color (decimal): -2861982 or 6444244. OLE color: 6444244.

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

Color convert

RGB2128498-
CMYK00.600.540.17
HSL353.44º59.81%58.04%-
HSV(B)353.44º60.38%83.14%-
XYZ32.5321.2213.94-
YUV123.87113.41190.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=53.81%
G=21.32%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212849800.600.540.17353.4459.8158.04
HexD4546203C36111613c3a
Octal32412414207466215417472
Binary1101010010101001100010011110011011010001101100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45462; }

 p { color: rgb(212,84,98); }

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

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

 a { background-color: rgb(212,84,98); }

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

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

 span { border-color: rgb(212,84,98); }

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