Html Css Color HEX #DC5661 Mandy

📋 copy color: '#DC5661'

red 220 ◦ green 86 ◦ blue 97

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

Shades of Mandy #DC5661

Tints of Mandy #DC5661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 54.59%
G = 21.34%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC5661 (or 0xDC5661) is known color: Mandy. HEX triplet: DC, 56 and 61. RGB value is (220,86,97). Sum of RGB (Red+Green+Blue) = 220+86+97=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5661 is #23A99E. Grayscale: #7F7F7F. Windows color (decimal): -2337183 or 6379228. OLE color: 6379228.

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

Color convert

RGB 220 86 97 -
CMYK 0 0.61 0.56 0.14
HSL 355.07º 0.66% 0.6% -
HSV(B) 355.07º 0.61% 0.86% -
XYZ 35 22.73 13.85 -
YUV 127.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 220 86 97 0 0.61 0.56 0.14 355.07 0.66 0.6
Hex DC 56 61 0 3D 38 E 163 42 3C
Octal 334 126 141 0 75 70 16 543 102 74
Binary 11011100 1010110 1100001 0 111101 111000 1110 101100011 1000010 111100

Color Harmonies of #DC5661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5661

Black with #DC5661

Text Example


Text Example

White with #DC5661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5661; }

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

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

background-color css

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

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

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

border-color css

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

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

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