Html Css Color HEX #DC5859 Mandy

📋 copy color: '#DC5859'

red 220 ◦ green 88 ◦ blue 89

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

Shades of Mandy #DC5859

Tints of Mandy #DC5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 55.42%
G = 22.17%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC5859 (or 0xDC5859) is known color: Mandy. HEX triplet: DC, 58 and 59. RGB value is (220,88,89). Sum of RGB (Red+Green+Blue) = 220+88+89=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5859 is #23A7A6. Grayscale: #7F7F7F. Windows color (decimal): -2336679 or 5855452. OLE color: 5855452.

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

Color convert

RGB 220 88 89 -
CMYK 0 0.6 0.60 0.14
HSL 359.55º 0.65% 0.6% -
HSV(B) 359.55º 0.6% 0.86% -
XYZ 34.81 22.92 12.04 -
YUV 127.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 220 88 89 0 0.6 0.60 0.14 359.55 0.65 0.6
Hex DC 58 59 0 3C 3C E 168 41 3C
Octal 334 130 131 0 74 74 16 550 101 74
Binary 11011100 1011000 1011001 0 111100 111100 1110 101101000 1000001 111100

Color Harmonies of #DC5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5859

Black with #DC5859

Text Example


Text Example

White with #DC5859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5859; }

 p { color: rgb(220,88,89); }

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

background-color css

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

 a { background-color: rgb(220,88,89); }

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

border-color css

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

 span { border-color: rgb(220,88,89); }

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