Html Css Color HEX #DC5562 Mandy

📋 copy color: '#DC5562'

red 220 ◦ green 85 ◦ blue 98

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

Shades of Mandy #DC5562

Tints of Mandy #DC5562

RGB

 RED value IS 220 (86.33% from 255) = 54.59%

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

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

R = 54.59%
G = 21.09%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5562 (or 0xDC5562) is known color: Mandy. HEX triplet: DC, 55 and 62. RGB value is (220,85,98). Sum of RGB (Red+Green+Blue) = 220+85+98=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5562 is #23AA9D. Grayscale: #7E7E7E. Windows color (decimal): -2337438 or 6444508. OLE color: 6444508.

HSL color Cylindrical-coordinate representation of color #DC5562: hue angle of 354.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5562 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 98 -
CMYK 0 0.61 0.55 0.14
HSL 354.22º 0.66% 0.6% -
HSV(B) 354.22º 0.61% 0.86% -
XYZ 34.97 22.59 14.07 -
YUV 126.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 220 85 98 0 0.61 0.55 0.14 354.22 0.66 0.6
Hex DC 55 62 0 3D 37 E 162 42 3C
Octal 334 125 142 0 75 67 16 542 102 74
Binary 11011100 1010101 1100010 0 111101 110111 1110 101100010 1000010 111100

Color Harmonies of #DC5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5562

Black with #DC5562

Text Example


Text Example

White with #DC5562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5562; }

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

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

background-color css

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

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

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

border-color css

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

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

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