Html Css Color HEX #DC1160 Ruby

📋 copy color: '#DC1160'

red 220 ◦ green 17 ◦ blue 96

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

Shades of Ruby #DC1160

Tints of Ruby #DC1160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.11%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 66.07%
G = 5.11%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC1160 (or 0xDC1160) is known color: Ruby. HEX triplet: DC, 11 and 60. RGB value is (220,17,96). Sum of RGB (Red+Green+Blue) = 220+17+96=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1160 is #23EE9F. Grayscale: #565656. Windows color (decimal): -2354848 or 6296028. OLE color: 6296028.

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

Color convert

RGB 220 17 96 -
CMYK 0 0.92 0.56 0.14
HSL 336.65º 0.86% 0.46% -
HSV(B) 336.65º 0.92% 0.86% -
XYZ 31.83 16.46 12.57 -
YUV 86.7 133.25 223.08 -
System Red Green Blue C M Y K H S L
Decimal 220 17 96 0 0.92 0.56 0.14 336.65 0.86 0.46
Hex DC 11 60 0 5C 38 E 151 56 2E
Octal 334 21 140 0 134 70 16 521 126 56
Binary 11011100 10001 1100000 0 1011100 111000 1110 101010001 1010110 101110

Color Harmonies of #DC1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1160

Black with #DC1160

Text Example


Text Example

White with #DC1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1160; }

 p { color: rgb(220,17,96); }

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

background-color css

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

 a { background-color: rgb(220,17,96); }

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

border-color css

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

 span { border-color: rgb(220,17,96); }

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