#DD424E

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

Shades of Mandy #DD424E

Tints of Mandy #DD424E

Color information

#DD424E (or 0xDD424E) is unknown color: approx Mandy. HEX triplet: DD, 42 and 4E. RGB value is (221,66,78). Sum of RGB (Red+Green+Blue) = 221+66+78=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD424E is #22BDB1. Grayscale: #717171. Windows color (decimal): -2276786 or 5128925. OLE color: 5128925.

HSL color Cylindrical-coordinate representation of color #DD424E: hue angle of 355.35º 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 #DD424E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2216678-
CMYK00.700.650.13
HSL355.35º69.51%56.27%-
HSV(B)355.35º70.14%86.67%-
XYZ33.1419.829.29-
YUV113.71107.85204.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=60.55%
G=18.08%
B=21.37%

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
Decimal221667800.700.650.13355.3569.5156.27
HexDD424E04641D1634638
Octal33510211601061011554310670
Binary110111011000010100111001000110100000111011011000111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD424E; }

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

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

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

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

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

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

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

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