Shades of Ruby #DC1273
Tints of Ruby #DC1273
RGB
CMYK
RGB Variations
Color information
#DC1273 (or 0xDC1273) is known color: Ruby. HEX triplet: DC, 12 and 73. RGB value is (220,18,115). Sum of RGB (Red+Green+Blue) = 220+18+115=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1273 is #23ED8C. Grayscale: #595959. Windows color (decimal): -2354573 or 7541468. OLE color: 7541468.
HSL color Cylindrical-coordinate representation of color #DC1273: hue angle of 331.19º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1273 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 115 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.14 |
| HSL | 331.19º | 0.85% | 0.47% | - |
| HSV(B) | 331.19º | 0.92% | 0.86% | - |
| XYZ | 32.83 | 16.89 | 17.75 | - |
| YUV | 89.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 115 | 0 | 0.92 | 0.48 | 0.14 | 331.19 | 0.85 | 0.47 |
| Hex | DC | 12 | 73 | 0 | 5C | 30 | E | 14B | 55 | 2F |
| Octal | 334 | 22 | 163 | 0 | 134 | 60 | 16 | 513 | 125 | 57 |
| Binary | 11011100 | 10010 | 1110011 | 0 | 1011100 | 110000 | 1110 | 101001011 | 1010101 | 101111 |
Color Harmonies of #DC1273
Complementary color
Monochromatic Colors of #DC1273
Black with #DC1273
Text Example
Text Example
White with #DC1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1273; }
p { color: rgb(220,18,115); }
H1.HeaderClassName
{
color: #DC1273;
}
.AnyTagClassName
{
color: #DC1273;
}
</style>
background-color css
<style>
a { background-color: #DC1273; }
a { background-color: rgb(220,18,115); }
div.DivClassName
{
background-color: #DC1273;
}
.BgClassName
{
background-color: #DC1273;
}
</style>
border-color css
<style>
span { border-color: #DC1273; }
span { border-color: rgb(220,18,115); }
td.TdClassName
{
border-color: #DC1273;
}
.TagClassName
{
border-color: #DC1273;
}
</style>