Html Css Color HEX #DD4552 Mandy

📋 copy color: '#DD4552'

red 221 ◦ green 69 ◦ blue 82

#DD4552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #DD4552

Tints of Mandy #DD4552

RGB

 RED value IS 221 (86.72% from 255) = 59.41%

 GREEN value IS 69 (27.34% from 255) = 18.55%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 59.41%
G = 18.55%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD4552 (or 0xDD4552) is known color: Mandy. HEX triplet: DD, 45 and 52. RGB value is (221,69,82). Sum of RGB (Red+Green+Blue) = 221+69+82=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4552 is #22BAAD. Grayscale: #747474. Windows color (decimal): -2276014 or 5391837. OLE color: 5391837.

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

Color convert

RGB 221 69 82 -
CMYK 0 0.69 0.63 0.13
HSL 354.87º 0.69% 0.57% -
HSV(B) 354.87º 0.69% 0.87% -
XYZ 33.47 20.24 10.12 -
YUV 115.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 221 69 82 0 0.69 0.63 0.13 354.87 0.69 0.57
Hex DD 45 52 0 45 3F D 163 45 39
Octal 335 105 122 0 105 77 15 543 105 71
Binary 11011101 1000101 1010010 0 1000101 111111 1101 101100011 1000101 111001

Color Harmonies of #DD4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4552

Black with #DD4552

Text Example


Text Example

White with #DD4552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4552; }

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

 H1.HeaderClassName
 {
   color: #DD4552;
 }
 .AnyTagClassName
 {
   color: #DD4552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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