#D45253

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

Shades of Mandy #D45253

Tints of Mandy #D45253

Color information

#D45253 (or 0xD45253) is unknown color: approx Mandy. HEX triplet: D4, 52 and 53. RGB value is (212,82,83). Sum of RGB (Red+Green+Blue) = 212+82+83=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D45253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45253 is #2BADAC. Grayscale: #797979. Windows color (decimal): -2862509 or 5460692. OLE color: 5460692.

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

Color convert

RGB2128283-
CMYK00.610.610.17
HSL359.54º60.19%57.65%-
HSV(B)359.54º61.32%83.14%-
XYZ31.7320.6610.5-
YUV120.98106.57192.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=56.23%
G=21.75%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212828300.610.610.17359.5460.1957.65
HexD4525303D3D111683c3a
Octal32412212307575215507472
Binary1101010010100101010011011110111110110001101101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45253; }

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

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

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

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

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

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

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

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