#DD4256

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

Shades of Mandy #DD4256

Tints of Mandy #DD4256

Color information

#DD4256 (or 0xDD4256) is unknown color: approx Mandy. HEX triplet: DD, 42 and 56. RGB value is (221,66,86). Sum of RGB (Red+Green+Blue) = 221+66+86=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4256 is #22BDA9. Grayscale: #727272. Windows color (decimal): -2276778 or 5653213. OLE color: 5653213.

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

Color convert

RGB2216686-
CMYK00.700.610.13
HSL352.26º69.51%56.27%-
HSV(B)352.26º70.14%86.67%-
XYZ33.4519.9410.89-
YUV114.62111.85203.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.25%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=59.25%
G=17.69%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221668600.700.610.13352.2669.5156.27
HexDD42560463DD1604638
Octal3351021260106751554010670
Binary11011101100001010101100100011011110111011011000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4256; }

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

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

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

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

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

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

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

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