#DD4458

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

Shades of Mandy #DD4458

Tints of Mandy #DD4458

Color information

#DD4458 (or 0xDD4458) is unknown color: approx Mandy. HEX triplet: DD, 44 and 58. RGB value is (221,68,88). Sum of RGB (Red+Green+Blue) = 221+68+88=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4458 is #22BBA7. Grayscale: #747474. Windows color (decimal): -2276264 or 5784797. OLE color: 5784797.

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

Color convert

RGB2216888-
CMYK00.690.600.13
HSL352.16º69.23%56.67%-
HSV(B)352.16º69.23%86.67%-
XYZ33.6520.2111.36-
YUV116.03112.19202.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=58.62%
G=18.04%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221688800.690.600.13352.1669.2356.67
HexDD44580453CD1604539
Octal3351041300105741554010571
Binary11011101100010010110000100010111110011011011000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4458; }

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

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

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

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

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

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

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

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