Html Css Color HEX #DD4849 Mandy

📋 copy color: '#DD4849'

red 221 ◦ green 72 ◦ blue 73

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

Shades of Mandy #DD4849

Tints of Mandy #DD4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 60.38%
G = 19.67%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4849 (or 0xDD4849) is known color: Mandy. HEX triplet: DD, 48 and 49. RGB value is (221,72,73). Sum of RGB (Red+Green+Blue) = 221+72+73=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4849 is #22B7B6. Grayscale: #747474. Windows color (decimal): -2275255 or 4802781. OLE color: 4802781.

HSL color Cylindrical-coordinate representation of color #DD4849: hue angle of 359.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4849 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 73 -
CMYK 0 0.67 0.67 0.13
HSL 359.6º 0.69% 0.57% -
HSV(B) 359.6º 0.67% 0.87% -
XYZ 33.34 20.49 8.5 -
YUV 116.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 221 72 73 0 0.67 0.67 0.13 359.6 0.69 0.57
Hex DD 48 49 0 43 43 D 168 45 39
Octal 335 110 111 0 103 103 15 550 105 71
Binary 11011101 1001000 1001001 0 1000011 1000011 1101 101101000 1000101 111001

Color Harmonies of #DD4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4849

Black with #DD4849

Text Example


Text Example

White with #DD4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4849; }

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

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

background-color css

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

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

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

border-color css

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

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

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