Html Css Color HEX #DD4F50 Mandy

📋 copy color: '#DD4F50'

red 221 ◦ green 79 ◦ blue 80

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

Shades of Mandy #DD4F50

Tints of Mandy #DD4F50

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.79%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 58.16%
G = 20.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD4F50 (or 0xDD4F50) is known color: Mandy. HEX triplet: DD, 4F and 50. RGB value is (221,79,80). Sum of RGB (Red+Green+Blue) = 221+79+80=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F50 is #22B0AF. Grayscale: #797979. Windows color (decimal): -2273456 or 5263325. OLE color: 5263325.

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

Color convert

RGB 221 79 80 -
CMYK 0 0.64 0.64 0.13
HSL 359.58º 0.68% 0.59% -
HSV(B) 359.58º 0.64% 0.87% -
XYZ 34.06 21.54 9.95 -
YUV 121.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 221 79 80 0 0.64 0.64 0.13 359.58 0.68 0.59
Hex DD 4F 50 0 40 40 D 168 44 3B
Octal 335 117 120 0 100 100 15 550 104 73
Binary 11011101 1001111 1010000 0 1000000 1000000 1101 101101000 1000100 111011

Color Harmonies of #DD4F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F50

Black with #DD4F50

Text Example


Text Example

White with #DD4F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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