Html Css Color HEX #DC5861 Mandy

📋 copy color: '#DC5861'

red 220 ◦ green 88 ◦ blue 97

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

Shades of Mandy #DC5861

Tints of Mandy #DC5861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 54.32%
G = 21.73%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC5861 (or 0xDC5861) is known color: Mandy. HEX triplet: DC, 58 and 61. RGB value is (220,88,97). Sum of RGB (Red+Green+Blue) = 220+88+97=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5861 is #23A79E. Grayscale: #808080. Windows color (decimal): -2336671 or 6379740. OLE color: 6379740.

HSL color Cylindrical-coordinate representation of color #DC5861: hue angle of 355.91º 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 #DC5861 is Cyan = 0, Magento = 0.6, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 97 -
CMYK 0 0.6 0.56 0.14
HSL 355.91º 0.65% 0.6% -
HSV(B) 355.91º 0.6% 0.86% -
XYZ 35.16 23.06 13.91 -
YUV 128.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 220 88 97 0 0.6 0.56 0.14 355.91 0.65 0.6
Hex DC 58 61 0 3C 38 E 164 41 3C
Octal 334 130 141 0 74 70 16 544 101 74
Binary 11011100 1011000 1100001 0 111100 111000 1110 101100100 1000001 111100

Color Harmonies of #DC5861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5861

Black with #DC5861

Text Example


Text Example

White with #DC5861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5861; }

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

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

background-color css

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

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

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

border-color css

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

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

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