Html Css Color HEX #DD4C55 Mandy

📋 copy color: '#DD4C55'

red 221 ◦ green 76 ◦ blue 85

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

Shades of Mandy #DD4C55

Tints of Mandy #DD4C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 85 (33.59% from 255) = 22.25%

R = 57.85%
G = 19.9%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4C55 (or 0xDD4C55) is known color: Mandy. HEX triplet: DD, 4C and 55. RGB value is (221,76,85). Sum of RGB (Red+Green+Blue) = 221+76+85=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C55 is #22B3AA. Grayscale: #787878. Windows color (decimal): -2274219 or 5590237. OLE color: 5590237.

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

Color convert

RGB 221 76 85 -
CMYK 0 0.66 0.62 0.13
HSL 356.28º 0.68% 0.58% -
HSV(B) 356.28º 0.66% 0.87% -
XYZ 34.04 21.2 10.89 -
YUV 120.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 221 76 85 0 0.66 0.62 0.13 356.28 0.68 0.58
Hex DD 4C 55 0 42 3E D 164 44 3A
Octal 335 114 125 0 102 76 15 544 104 72
Binary 11011101 1001100 1010101 0 1000010 111110 1101 101100100 1000100 111010

Color Harmonies of #DD4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C55

Black with #DD4C55

Text Example


Text Example

White with #DD4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C55; }

 p { color: rgb(221,76,85); }

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

background-color css

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

 a { background-color: rgb(221,76,85); }

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

border-color css

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

 span { border-color: rgb(221,76,85); }

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