Html Css Color HEX #DD494F Mandy

📋 copy color: '#DD494F'

red 221 ◦ green 73 ◦ blue 79

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

Shades of Mandy #DD494F

Tints of Mandy #DD494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 59.25%
G = 19.57%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD494F (or 0xDD494F) is known color: Mandy. HEX triplet: DD, 49 and 4F. RGB value is (221,73,79). Sum of RGB (Red+Green+Blue) = 221+73+79=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD494F is #22B6B0. Grayscale: #767676. Windows color (decimal): -2274993 or 5196253. OLE color: 5196253.

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

Color convert

RGB 221 73 79 -
CMYK 0 0.67 0.64 0.13
HSL 357.57º 0.69% 0.58% -
HSV(B) 357.57º 0.67% 0.87% -
XYZ 33.61 20.7 9.62 -
YUV 117.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 221 73 79 0 0.67 0.64 0.13 357.57 0.69 0.58
Hex DD 49 4F 0 43 40 D 166 45 3A
Octal 335 111 117 0 103 100 15 546 105 72
Binary 11011101 1001001 1001111 0 1000011 1000000 1101 101100110 1000101 111010

Color Harmonies of #DD494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD494F

Black with #DD494F

Text Example


Text Example

White with #DD494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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