Shades of Ruby #DC1153
Tints of Ruby #DC1153
RGB
CMYK
RGB Variations
Color information
#DC1153 (or 0xDC1153) is known color: Ruby. HEX triplet: DC, 11 and 53. RGB value is (220,17,83). Sum of RGB (Red+Green+Blue) = 220+17+83=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1153 is #23EEAC. Grayscale: #555555. Windows color (decimal): -2354861 or 5444060. OLE color: 5444060.
HSL color Cylindrical-coordinate representation of color #DC1153: hue angle of 340.49º 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 #DC1153 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 83 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.14 |
| HSL | 340.49º | 0.86% | 0.46% | - |
| HSV(B) | 340.49º | 0.92% | 0.86% | - |
| XYZ | 31.28 | 16.24 | 9.67 | - |
| YUV | 85.22 | 126.75 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 83 | 0 | 0.92 | 0.62 | 0.14 | 340.49 | 0.86 | 0.46 |
| Hex | DC | 11 | 53 | 0 | 5C | 3E | E | 154 | 56 | 2E |
| Octal | 334 | 21 | 123 | 0 | 134 | 76 | 16 | 524 | 126 | 56 |
| Binary | 11011100 | 10001 | 1010011 | 0 | 1011100 | 111110 | 1110 | 101010100 | 1010110 | 101110 |
Color Harmonies of #DC1153
Complementary color
Monochromatic Colors of #DC1153
Black with #DC1153
Text Example
Text Example
White with #DC1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1153; }
p { color: rgb(220,17,83); }
H1.HeaderClassName
{
color: #DC1153;
}
.AnyTagClassName
{
color: #DC1153;
}
</style>
background-color css
<style>
a { background-color: #DC1153; }
a { background-color: rgb(220,17,83); }
div.DivClassName
{
background-color: #DC1153;
}
.BgClassName
{
background-color: #DC1153;
}
</style>
border-color css
<style>
span { border-color: #DC1153; }
span { border-color: rgb(220,17,83); }
td.TdClassName
{
border-color: #DC1153;
}
.TagClassName
{
border-color: #DC1153;
}
</style>