#DD455A

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

Shades of Mandy #DD455A

Tints of Mandy #DD455A

Color information

#DD455A (or 0xDD455A) is unknown color: approx Mandy. HEX triplet: DD, 45 and 5A. RGB value is (221,69,90). Sum of RGB (Red+Green+Blue) = 221+69+90=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD455A is #22BAA5. Grayscale: #747474. Windows color (decimal): -2276006 or 5916125. OLE color: 5916125.

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

Color convert

RGB2216990-
CMYK00.690.590.13
HSL351.71º69.09%56.86%-
HSV(B)351.71º68.78%86.67%-
XYZ33.7920.3711.82-
YUV116.84112.86202.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=58.16%
G=18.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221699000.690.590.13351.7169.0956.86
HexDD455A0453BD1604539
Octal3351051320105731554010571
Binary11011101100010110110100100010111101111011011000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD455A; }

 p { color: rgb(221,69,90); }

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

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

 a { background-color: rgb(221,69,90); }

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

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

 span { border-color: rgb(221,69,90); }

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