#DD5462

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

Shades of Mandy #DD5462

Tints of Mandy #DD5462

Color information

#DD5462 (or 0xDD5462) is unknown color: approx Mandy. HEX triplet: DD, 54 and 62. RGB value is (221,84,98). Sum of RGB (Red+Green+Blue) = 221+84+98=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5462 is #22AB9D. Grayscale: #7E7E7E. Windows color (decimal): -2272158 or 6444253. OLE color: 6444253.

HSL color Cylindrical-coordinate representation of color #DD5462: hue angle of 353.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5462 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB2218498-
CMYK00.620.560.13
HSL353.87º66.83%59.8%-
HSV(B)353.87º61.99%86.67%-
XYZ35.1922.5914.06-
YUV126.56111.89195.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=54.84%
G=20.84%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221849800.620.560.13353.8766.8359.8
HexDD546203E38D162433c
Octal335124142076701554210374
Binary1101110110101001100010011111011100011011011000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5462; }

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

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

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

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

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

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

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

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