Html Css Color HEX #DD5558 Mandy

📋 copy color: '#DD5558'

red 221 ◦ green 85 ◦ blue 88

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

Shades of Mandy #DD5558

Tints of Mandy #DD5558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 56.09%
G = 21.57%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5558 (or 0xDD5558) is known color: Mandy. HEX triplet: DD, 55 and 58. RGB value is (221,85,88). Sum of RGB (Red+Green+Blue) = 221+85+88=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5558 is #22AAA7. Grayscale: #7E7E7E. Windows color (decimal): -2271912 or 5789149. OLE color: 5789149.

HSL color Cylindrical-coordinate representation of color #DD5558: hue angle of 358.68º 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 #DD5558 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 88 -
CMYK 0 0.62 0.60 0.13
HSL 358.68º 0.67% 0.6% -
HSV(B) 358.68º 0.62% 0.87% -
XYZ 34.83 22.57 11.75 -
YUV 126.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 221 85 88 0 0.62 0.60 0.13 358.68 0.67 0.6
Hex DD 55 58 0 3E 3C D 167 43 3C
Octal 335 125 130 0 76 74 15 547 103 74
Binary 11011101 1010101 1011000 0 111110 111100 1101 101100111 1000011 111100

Color Harmonies of #DD5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5558

Black with #DD5558

Text Example


Text Example

White with #DD5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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