#D45052

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

Shades of Mandy #D45052

Tints of Mandy #D45052

Color information

#D45052 (or 0xD45052) is unknown color: approx Mandy. HEX triplet: D4, 50 and 52. RGB value is (212,80,82). Sum of RGB (Red+Green+Blue) = 212+80+82=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D45052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45052 is #2BAFAD. Grayscale: #777777. Windows color (decimal): -2863022 or 5394644. OLE color: 5394644.

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

Color convert

RGB2128082-
CMYK00.620.610.17
HSL359.09º60.55%57.25%-
HSV(B)359.09º62.26%83.14%-
XYZ31.5420.3410.25-
YUV119.7106.73193.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.68%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=56.68%
G=21.39%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212808200.620.610.17359.0960.5557.25
HexD4505203E3D111673d39
Octal32412012207675215477571
Binary1101010010100001010010011111011110110001101100111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45052; }

 p { color: rgb(212,80,82); }

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

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

 a { background-color: rgb(212,80,82); }

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

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

 span { border-color: rgb(212,80,82); }

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