Html Css Color HEX #DC5D62 Mandy

📋 copy color: '#DC5D62'

red 220 ◦ green 93 ◦ blue 98

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

Shades of Mandy #DC5D62

Tints of Mandy #DC5D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.63%

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

R = 53.53%
G = 22.63%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5D62 (or 0xDC5D62) is known color: Mandy. HEX triplet: DC, 5D and 62. RGB value is (220,93,98). Sum of RGB (Red+Green+Blue) = 220+93+98=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D62 is #23A29D. Grayscale: #838383. Windows color (decimal): -2335390 or 6446556. OLE color: 6446556.

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

Color convert

RGB 220 93 98 -
CMYK 0 0.58 0.55 0.14
HSL 357.64º 0.64% 0.61% -
HSV(B) 357.64º 0.58% 0.86% -
XYZ 35.63 23.93 14.3 -
YUV 131.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 220 93 98 0 0.58 0.55 0.14 357.64 0.64 0.61
Hex DC 5D 62 0 3A 37 E 166 40 3D
Octal 334 135 142 0 72 67 16 546 100 75
Binary 11011100 1011101 1100010 0 111010 110111 1110 101100110 1000000 111101

Color Harmonies of #DC5D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D62

Black with #DC5D62

Text Example


Text Example

White with #DC5D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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