Html Css Color HEX #DC5C62 Mandy

📋 copy color: '#DC5C62'

red 220 ◦ green 92 ◦ blue 98

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

Shades of Mandy #DC5C62

Tints of Mandy #DC5C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

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

R = 53.66%
G = 22.44%
B = 23.9%

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

#DC5C62 (or 0xDC5C62) is known color: Mandy. HEX triplet: DC, 5C and 62. RGB value is (220,92,98). Sum of RGB (Red+Green+Blue) = 220+92+98=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C62 is #23A39D. Grayscale: #838383. Windows color (decimal): -2335646 or 6446300. OLE color: 6446300.

HSL color Cylindrical-coordinate representation of color #DC5C62: hue angle of 357.19º degrees, saturation: 0.65, 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 #DC5C62 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 98 -
CMYK 0 0.58 0.55 0.14
HSL 357.19º 0.65% 0.61% -
HSV(B) 357.19º 0.58% 0.86% -
XYZ 35.55 23.75 14.27 -
YUV 130.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 220 92 98 0 0.58 0.55 0.14 357.19 0.65 0.61
Hex DC 5C 62 0 3A 37 E 165 41 3D
Octal 334 134 142 0 72 67 16 545 101 75
Binary 11011100 1011100 1100010 0 111010 110111 1110 101100101 1000001 111101

Color Harmonies of #DC5C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C62

Black with #DC5C62

Text Example


Text Example

White with #DC5C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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