#DD4453

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

Shades of Mandy #DD4453

Tints of Mandy #DD4453

Color information

#DD4453 (or 0xDD4453) is unknown color: approx Mandy. HEX triplet: DD, 44 and 53. RGB value is (221,68,83). Sum of RGB (Red+Green+Blue) = 221+68+83=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4453 is #22BBAC. Grayscale: #737373. Windows color (decimal): -2276269 or 5457117. OLE color: 5457117.

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

Color convert

RGB2216883-
CMYK00.690.620.13
HSL354.12º69.23%56.67%-
HSV(B)354.12º69.23%86.67%-
XYZ33.4520.1310.31-
YUV115.46109.69203.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.41%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=59.41%
G=18.28%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221688300.690.620.13354.1269.2356.67
HexDD44530453ED1624539
Octal3351041230105761554210571
Binary11011101100010010100110100010111111011011011000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4453; }

 p { color: rgb(221,68,83); }

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

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

 a { background-color: rgb(221,68,83); }

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

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

 span { border-color: rgb(221,68,83); }

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