Html Css Color HEX #DC5761 Mandy

📋 copy color: '#DC5761'

red 220 ◦ green 87 ◦ blue 97

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

Shades of Mandy #DC5761

Tints of Mandy #DC5761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

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

R = 54.46%
G = 21.53%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC5761 (or 0xDC5761) is known color: Mandy. HEX triplet: DC, 57 and 61. RGB value is (220,87,97). Sum of RGB (Red+Green+Blue) = 220+87+97=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5761 is #23A89E. Grayscale: #808080. Windows color (decimal): -2336927 or 6379484. OLE color: 6379484.

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

Color convert

RGB 220 87 97 -
CMYK 0 0.60 0.56 0.14
HSL 355.49º 0.66% 0.6% -
HSV(B) 355.49º 0.6% 0.86% -
XYZ 35.08 22.9 13.88 -
YUV 127.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 220 87 97 0 0.60 0.56 0.14 355.49 0.66 0.6
Hex DC 57 61 0 3C 38 E 163 42 3C
Octal 334 127 141 0 74 70 16 543 102 74
Binary 11011100 1010111 1100001 0 111100 111000 1110 101100011 1000010 111100

Color Harmonies of #DC5761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5761

Black with #DC5761

Text Example


Text Example

White with #DC5761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5761; }

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

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

background-color css

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

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

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

border-color css

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

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

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