Html Css Color HEX #DC6163 Mandy

📋 copy color: '#DC6163'

red 220 ◦ green 97 ◦ blue 99

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

Shades of Mandy #DC6163

Tints of Mandy #DC6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

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

R = 52.88%
G = 23.32%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6163 (or 0xDC6163) is known color: Mandy. HEX triplet: DC, 61 and 63. RGB value is (220,97,99). Sum of RGB (Red+Green+Blue) = 220+97+99=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6163 is #239E9C. Grayscale: #868686. Windows color (decimal): -2334365 or 6513116. OLE color: 6513116.

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

Color convert

RGB 220 97 99 -
CMYK 0 0.56 0.55 0.14
HSL 359.02º 0.64% 0.62% -
HSV(B) 359.02º 0.56% 0.86% -
XYZ 36.04 24.67 14.67 -
YUV 134.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 220 97 99 0 0.56 0.55 0.14 359.02 0.64 0.62
Hex DC 61 63 0 38 37 E 167 40 3E
Octal 334 141 143 0 70 67 16 547 100 76
Binary 11011100 1100001 1100011 0 111000 110111 1110 101100111 1000000 111110

Color Harmonies of #DC6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6163

Black with #DC6163

Text Example


Text Example

White with #DC6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6163; }

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

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

background-color css

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

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

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

border-color css

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

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

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