Html Css Color HEX #DD5556 Mandy

📋 copy color: '#DD5556'

red 221 ◦ green 85 ◦ blue 86

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

Shades of Mandy #DD5556

Tints of Mandy #DD5556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

 BLUE value IS 86 (33.98% from 255) = 21.94%

R = 56.38%
G = 21.68%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD5556 (or 0xDD5556) is known color: Mandy. HEX triplet: DD, 55 and 56. RGB value is (221,85,86). Sum of RGB (Red+Green+Blue) = 221+85+86=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5556 is #22AAA9. Grayscale: #7D7D7D. Windows color (decimal): -2271914 or 5658077. OLE color: 5658077.

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

Color convert

RGB 221 85 86 -
CMYK 0 0.62 0.61 0.13
HSL 359.56º 0.67% 0.6% -
HSV(B) 359.56º 0.62% 0.87% -
XYZ 34.75 22.54 11.32 -
YUV 125.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 221 85 86 0 0.62 0.61 0.13 359.56 0.67 0.6
Hex DD 55 56 0 3E 3D D 168 43 3C
Octal 335 125 126 0 76 75 15 550 103 74
Binary 11011101 1010101 1010110 0 111110 111101 1101 101101000 1000011 111100

Color Harmonies of #DD5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5556

Black with #DD5556

Text Example


Text Example

White with #DD5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5556; }

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

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

background-color css

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

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

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

border-color css

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

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

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