Html Css Color HEX #DD4549 Mandy

📋 copy color: '#DD4549'

red 221 ◦ green 69 ◦ blue 73

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

Shades of Mandy #DD4549

Tints of Mandy #DD4549

RGB

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

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

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

R = 60.88%
G = 19.01%
B = 20.11%

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

#DD4549 (or 0xDD4549) is known color: Mandy. HEX triplet: DD, 45 and 49. RGB value is (221,69,73). Sum of RGB (Red+Green+Blue) = 221+69+73=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4549 is #22BAB6. Grayscale: #737373. Windows color (decimal): -2276023 or 4802013. OLE color: 4802013.

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

Color convert

RGB 221 69 73 -
CMYK 0 0.69 0.67 0.13
HSL 358.42º 0.69% 0.57% -
HSV(B) 358.42º 0.69% 0.87% -
XYZ 33.15 20.11 8.44 -
YUV 114.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 221 69 73 0 0.69 0.67 0.13 358.42 0.69 0.57
Hex DD 45 49 0 45 43 D 166 45 39
Octal 335 105 111 0 105 103 15 546 105 71
Binary 11011101 1000101 1001001 0 1000101 1000011 1101 101100110 1000101 111001

Color Harmonies of #DD4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4549

Black with #DD4549

Text Example


Text Example

White with #DD4549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4549; }

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

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

background-color css

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

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

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

border-color css

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

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

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