Html Css Color HEX #DD4A4F Mandy

📋 copy color: '#DD4A4F'

red 221 ◦ green 74 ◦ blue 79

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

Shades of Mandy #DD4A4F

Tints of Mandy #DD4A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

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

R = 59.09%
G = 19.79%
B = 21.12%

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

#DD4A4F (or 0xDD4A4F) is known color: Mandy. HEX triplet: DD, 4A and 4F. RGB value is (221,74,79). Sum of RGB (Red+Green+Blue) = 221+74+79=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A4F is #22B5B0. Grayscale: #767676. Windows color (decimal): -2274737 or 5196509. OLE color: 5196509.

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

Color convert

RGB 221 74 79 -
CMYK 0 0.67 0.64 0.13
HSL 357.96º 0.68% 0.58% -
HSV(B) 357.96º 0.67% 0.87% -
XYZ 33.68 20.83 9.64 -
YUV 118.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 221 74 79 0 0.67 0.64 0.13 357.96 0.68 0.58
Hex DD 4A 4F 0 43 40 D 166 44 3A
Octal 335 112 117 0 103 100 15 546 104 72
Binary 11011101 1001010 1001111 0 1000011 1000000 1101 101100110 1000100 111010

Color Harmonies of #DD4A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A4F

Black with #DD4A4F

Text Example


Text Example

White with #DD4A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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