Html Css Color HEX #DD4449 Mandy

📋 copy color: '#DD4449'

red 221 ◦ green 68 ◦ blue 73

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

Shades of Mandy #DD4449

Tints of Mandy #DD4449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 61.05%
G = 18.78%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4449 (or 0xDD4449) is known color: Mandy. HEX triplet: DD, 44 and 49. RGB value is (221,68,73). Sum of RGB (Red+Green+Blue) = 221+68+73=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4449 is #22BBB6. Grayscale: #727272. Windows color (decimal): -2276279 or 4801757. OLE color: 4801757.

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

Color convert

RGB 221 68 73 -
CMYK 0 0.69 0.67 0.13
HSL 358.04º 0.69% 0.57% -
HSV(B) 358.04º 0.69% 0.87% -
XYZ 33.09 19.99 8.42 -
YUV 114.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 221 68 73 0 0.69 0.67 0.13 358.04 0.69 0.57
Hex DD 44 49 0 45 43 D 166 45 39
Octal 335 104 111 0 105 103 15 546 105 71
Binary 11011101 1000100 1001001 0 1000101 1000011 1101 101100110 1000101 111001

Color Harmonies of #DD4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4449

Black with #DD4449

Text Example


Text Example

White with #DD4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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