Html Css Color HEX #DC5763 Mandy

📋 copy color: '#DC5763'

red 220 ◦ green 87 ◦ blue 99

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

Shades of Mandy #DC5763

Tints of Mandy #DC5763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 54.19%
G = 21.43%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5763 (or 0xDC5763) is known color: Mandy. HEX triplet: DC, 57 and 63. RGB value is (220,87,99). Sum of RGB (Red+Green+Blue) = 220+87+99=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5763 is #23A89C. Grayscale: #808080. Windows color (decimal): -2336925 or 6510556. OLE color: 6510556.

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

Color convert

RGB 220 87 99 -
CMYK 0 0.60 0.55 0.14
HSL 354.59º 0.66% 0.6% -
HSV(B) 354.59º 0.6% 0.86% -
XYZ 35.18 22.93 14.38 -
YUV 128.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 220 87 99 0 0.60 0.55 0.14 354.59 0.66 0.6
Hex DC 57 63 0 3C 37 E 163 42 3C
Octal 334 127 143 0 74 67 16 543 102 74
Binary 11011100 1010111 1100011 0 111100 110111 1110 101100011 1000010 111100

Color Harmonies of #DC5763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5763

Black with #DC5763

Text Example


Text Example

White with #DC5763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5763; }

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

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

background-color css

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

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

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

border-color css

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

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

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