Html Css Color HEX #DD4455 Mandy

📋 copy color: '#DD4455'

red 221 ◦ green 68 ◦ blue 85

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

Shades of Mandy #DD4455

Tints of Mandy #DD4455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 59.09%
G = 18.18%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4455 (or 0xDD4455) is known color: Mandy. HEX triplet: DD, 44 and 55. RGB value is (221,68,85). Sum of RGB (Red+Green+Blue) = 221+68+85=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4455 is #22BBAA. Grayscale: #737373. Windows color (decimal): -2276267 or 5588189. OLE color: 5588189.

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

Color convert

RGB 221 68 85 -
CMYK 0 0.69 0.62 0.13
HSL 353.33º 0.69% 0.57% -
HSV(B) 353.33º 0.69% 0.87% -
XYZ 33.53 20.16 10.72 -
YUV 115.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 221 68 85 0 0.69 0.62 0.13 353.33 0.69 0.57
Hex DD 44 55 0 45 3E D 161 45 39
Octal 335 104 125 0 105 76 15 541 105 71
Binary 11011101 1000100 1010101 0 1000101 111110 1101 101100001 1000101 111001

Color Harmonies of #DD4455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4455

Black with #DD4455

Text Example


Text Example

White with #DD4455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4455; }

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

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

background-color css

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

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

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

border-color css

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

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

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