Html Css Color HEX #DD4452 Mandy

📋 copy color: '#DD4452'

red 221 ◦ green 68 ◦ blue 82

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

Shades of Mandy #DD4452

Tints of Mandy #DD4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

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

R = 59.57%
G = 18.33%
B = 22.1%

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

#DD4452 (or 0xDD4452) is known color: Mandy. HEX triplet: DD, 44 and 52. RGB value is (221,68,82). Sum of RGB (Red+Green+Blue) = 221+68+82=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4452 is #22BBAD. Grayscale: #737373. Windows color (decimal): -2276270 or 5391581. OLE color: 5391581.

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

Color convert

RGB 221 68 82 -
CMYK 0 0.69 0.63 0.13
HSL 354.51º 0.69% 0.57% -
HSV(B) 354.51º 0.69% 0.87% -
XYZ 33.41 20.12 10.1 -
YUV 115.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 221 68 82 0 0.69 0.63 0.13 354.51 0.69 0.57
Hex DD 44 52 0 45 3F D 163 45 39
Octal 335 104 122 0 105 77 15 543 105 71
Binary 11011101 1000100 1010010 0 1000101 111111 1101 101100011 1000101 111001

Color Harmonies of #DD4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4452

Black with #DD4452

Text Example


Text Example

White with #DD4452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4452; }

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

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

background-color css

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

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

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

border-color css

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

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

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