Html Css Color HEX #DC5961 Mandy

📋 copy color: '#DC5961'

red 220 ◦ green 89 ◦ blue 97

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

Shades of Mandy #DC5961

Tints of Mandy #DC5961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

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

R = 54.19%
G = 21.92%
B = 23.89%

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

#DC5961 (or 0xDC5961) is known color: Mandy. HEX triplet: DC, 59 and 61. RGB value is (220,89,97). Sum of RGB (Red+Green+Blue) = 220+89+97=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5961 is #23A69E. Grayscale: #818181. Windows color (decimal): -2336415 or 6379996. OLE color: 6379996.

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

Color convert

RGB 220 89 97 -
CMYK 0 0.60 0.56 0.14
HSL 356.34º 0.65% 0.61% -
HSV(B) 356.34º 0.6% 0.86% -
XYZ 35.25 23.22 13.93 -
YUV 129.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 220 89 97 0 0.60 0.56 0.14 356.34 0.65 0.61
Hex DC 59 61 0 3C 38 E 164 41 3D
Octal 334 131 141 0 74 70 16 544 101 75
Binary 11011100 1011001 1100001 0 111100 111000 1110 101100100 1000001 111101

Color Harmonies of #DC5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5961

Black with #DC5961

Text Example


Text Example

White with #DC5961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5961; }

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

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

background-color css

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

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

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

border-color css

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

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

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