#DD424D

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

Shades of Mandy #DD424D

Tints of Mandy #DD424D

Color information

#DD424D (or 0xDD424D) is unknown color: approx Mandy. HEX triplet: DD, 42 and 4D. RGB value is (221,66,77). Sum of RGB (Red+Green+Blue) = 221+66+77=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD424D is #22BDB2. Grayscale: #717171. Windows color (decimal): -2276787 or 5063389. OLE color: 5063389.

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

Color convert

RGB2216677-
CMYK00.700.650.13
HSL355.74º69.51%56.27%-
HSV(B)355.74º70.14%86.67%-
XYZ33.1119.89.1-
YUV113.6107.35204.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.71%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=60.71%
G=18.13%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221667700.700.650.13355.7469.5156.27
HexDD424D04641D1644638
Octal33510211501061011554410670
Binary110111011000010100110101000110100000111011011001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD424D; }

 p { color: rgb(221,66,77); }

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

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

 a { background-color: rgb(221,66,77); }

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

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

 span { border-color: rgb(221,66,77); }

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