#D05562

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

Shades of Mandy #D05562

Tints of Mandy #D05562

Color information

#D05562 (or 0xD05562) is unknown color: approx Mandy. HEX triplet: D0, 55 and 62. RGB value is (208,85,98). Sum of RGB (Red+Green+Blue) = 208+85+98=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D05562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05562 is #2FAA9D. Grayscale: #7B7B7B. Windows color (decimal): -3123870 or 6444496. OLE color: 6444496.

HSL color Cylindrical-coordinate representation of color #D05562: hue angle of 353.66º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05562 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB2088598-
CMYK00.590.530.18
HSL353.66º56.68%57.45%-
HSV(B)353.66º59.13%81.57%-
XYZ31.4720.7913.91-
YUV123.26113.75188.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=53.20%
G=21.74%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208859800.590.530.18353.6656.6857.45
HexD0556203B35121623939
Octal32012514207365225427171
Binary1101000010101011100010011101111010110010101100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05562; }

 p { color: rgb(208,85,98); }

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

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

 a { background-color: rgb(208,85,98); }

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

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

 span { border-color: rgb(208,85,98); }

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