Html Css Color HEX #DC5E62 Mandy

📋 copy color: '#DC5E62'

red 220 ◦ green 94 ◦ blue 98

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

Shades of Mandy #DC5E62

Tints of Mandy #DC5E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.82%

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

R = 53.4%
G = 22.82%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5E62 (or 0xDC5E62) is known color: Mandy. HEX triplet: DC, 5E and 62. RGB value is (220,94,98). Sum of RGB (Red+Green+Blue) = 220+94+98=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E62 is #23A19D. Grayscale: #848484. Windows color (decimal): -2335134 or 6446812. OLE color: 6446812.

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

Color convert

RGB 220 94 98 -
CMYK 0 0.57 0.55 0.14
HSL 358.1º 0.64% 0.62% -
HSV(B) 358.1º 0.57% 0.86% -
XYZ 35.72 24.1 14.32 -
YUV 132.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 220 94 98 0 0.57 0.55 0.14 358.1 0.64 0.62
Hex DC 5E 62 0 39 37 E 166 40 3E
Octal 334 136 142 0 71 67 16 546 100 76
Binary 11011100 1011110 1100010 0 111001 110111 1110 101100110 1000000 111110

Color Harmonies of #DC5E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E62

Black with #DC5E62

Text Example


Text Example

White with #DC5E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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