Shades of Ruby #DC1364
Tints of Ruby #DC1364
RGB
CMYK
RGB Variations
Color information
#DC1364 (or 0xDC1364) is known color: Ruby. HEX triplet: DC, 13 and 64. RGB value is (220,19,100). Sum of RGB (Red+Green+Blue) = 220+19+100=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1364 is #23EC9B. Grayscale: #585858. Windows color (decimal): -2354332 or 6558684. OLE color: 6558684.
HSL color Cylindrical-coordinate representation of color #DC1364: hue angle of 335.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1364 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.14 |
| HSL | 335.82º | 0.84% | 0.47% | - |
| HSV(B) | 335.82º | 0.91% | 0.86% | - |
| XYZ | 32.05 | 16.6 | 13.57 | - |
| YUV | 88.33 | 134.59 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 100 | 0 | 0.91 | 0.55 | 0.14 | 335.82 | 0.84 | 0.47 |
| Hex | DC | 13 | 64 | 0 | 5B | 37 | E | 150 | 54 | 2F |
| Octal | 334 | 23 | 144 | 0 | 133 | 67 | 16 | 520 | 124 | 57 |
| Binary | 11011100 | 10011 | 1100100 | 0 | 1011011 | 110111 | 1110 | 101010000 | 1010100 | 101111 |
Color Harmonies of #DC1364
Complementary color
Monochromatic Colors of #DC1364
Black with #DC1364
Text Example
Text Example
White with #DC1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1364; }
p { color: rgb(220,19,100); }
H1.HeaderClassName
{
color: #DC1364;
}
.AnyTagClassName
{
color: #DC1364;
}
</style>
background-color css
<style>
a { background-color: #DC1364; }
a { background-color: rgb(220,19,100); }
div.DivClassName
{
background-color: #DC1364;
}
.BgClassName
{
background-color: #DC1364;
}
</style>
border-color css
<style>
span { border-color: #DC1364; }
span { border-color: rgb(220,19,100); }
td.TdClassName
{
border-color: #DC1364;
}
.TagClassName
{
border-color: #DC1364;
}
</style>