Html Css Color HEX #DC5E63 Mandy

📋 copy color: '#DC5E63'

red 220 ◦ green 94 ◦ blue 99

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

Shades of Mandy #DC5E63

Tints of Mandy #DC5E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

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

R = 53.27%
G = 22.76%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5E63 (or 0xDC5E63) is known color: Mandy. HEX triplet: DC, 5E and 63. RGB value is (220,94,99). Sum of RGB (Red+Green+Blue) = 220+94+99=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E63 is #23A19C. Grayscale: #848484. Windows color (decimal): -2335133 or 6512348. OLE color: 6512348.

HSL color Cylindrical-coordinate representation of color #DC5E63: hue angle of 357.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E63 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 99 -
CMYK 0 0.57 0.55 0.14
HSL 357.62º 0.64% 0.62% -
HSV(B) 357.62º 0.57% 0.86% -
XYZ 35.77 24.12 14.58 -
YUV 132.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 220 94 99 0 0.57 0.55 0.14 357.62 0.64 0.62
Hex DC 5E 63 0 39 37 E 166 40 3E
Octal 334 136 143 0 71 67 16 546 100 76
Binary 11011100 1011110 1100011 0 111001 110111 1110 101100110 1000000 111110

Color Harmonies of #DC5E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E63

Black with #DC5E63

Text Example


Text Example

White with #DC5E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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