#DC116D

Color #DC116D Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #DC116D

Tints of Ruby #DC116D

Color information

#DC116D (or 0xDC116D) is unknown color: approx Ruby. HEX triplet: DC, 11 and 6D. RGB value is (220,17,109). Sum of RGB (Red+Green+Blue) = 220+17+109=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC116D is #23EE92. Grayscale: #585858. Windows color (decimal): -2354835 or 7147996. OLE color: 7147996.

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

Color convert

RGB22017109-
CMYK00.920.500.14
HSL332.81º85.65%46.47%-
HSV(B)332.81º92.27%86.27%-
XYZ32.4816.7215.98-
YUV88.18139.75222.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.58%
GREEN value IS 17 (7.03% from 255) = 4.91%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=63.58%
G=4.91%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201710900.920.500.14332.8185.6546.47
HexDC116D05C32E14d562e
Octal334211550134621651512656
Binary110111001000111011010101110011001011101010011011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC116D; }

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

 H1.HeaderClassName
 {
   color: #DC116D;
 }
 .AnyTagClassName
 {
   color: #DC116D;
 }
</style>
background-color css

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

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

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

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

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

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