Html Css Color HEX #DD5562 Mandy

📋 copy color: '#DD5562'

red 221 ◦ green 85 ◦ blue 98

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

Shades of Mandy #DD5562

Tints of Mandy #DD5562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.26%

R = 54.7%
G = 21.04%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD5562 (or 0xDD5562) is known color: Mandy. HEX triplet: DD, 55 and 62. RGB value is (221,85,98). Sum of RGB (Red+Green+Blue) = 221+85+98=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5562 is #22AA9D. Grayscale: #7F7F7F. Windows color (decimal): -2271902 or 6444509. OLE color: 6444509.

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

Color convert

RGB 221 85 98 -
CMYK 0 0.62 0.56 0.13
HSL 354.26º 0.67% 0.6% -
HSV(B) 354.26º 0.62% 0.87% -
XYZ 35.27 22.75 14.09 -
YUV 127.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 221 85 98 0 0.62 0.56 0.13 354.26 0.67 0.6
Hex DD 55 62 0 3E 38 D 162 43 3C
Octal 335 125 142 0 76 70 15 542 103 74
Binary 11011101 1010101 1100010 0 111110 111000 1101 101100010 1000011 111100

Color Harmonies of #DD5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5562

Black with #DD5562

Text Example


Text Example

White with #DD5562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5562; }

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

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

background-color css

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

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

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

border-color css

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

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

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