#DD4252

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

Shades of Mandy #DD4252

Tints of Mandy #DD4252

Color information

#DD4252 (or 0xDD4252) is unknown color: approx Mandy. HEX triplet: DD, 42 and 52. RGB value is (221,66,82). Sum of RGB (Red+Green+Blue) = 221+66+82=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4252 is #22BDAD. Grayscale: #727272. Windows color (decimal): -2276782 or 5391069. OLE color: 5391069.

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

Color convert

RGB2216682-
CMYK00.700.630.13
HSL353.81º69.51%56.27%-
HSV(B)353.81º70.14%86.67%-
XYZ33.2919.8810.06-
YUV114.17109.85204.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=59.89%
G=17.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221668200.700.630.13353.8169.5156.27
HexDD42520463FD1624638
Octal3351021220106771554210670
Binary11011101100001010100100100011011111111011011000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4252; }

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

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

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

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

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

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

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

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