Shades of Ruby #DC1366
Tints of Ruby #DC1366
RGB
CMYK
RGB Variations
Color information
#DC1366 (or 0xDC1366) is known color: Ruby. HEX triplet: DC, 13 and 66. RGB value is (220,19,102). Sum of RGB (Red+Green+Blue) = 220+19+102=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1366 is #23EC99. Grayscale: #585858. Windows color (decimal): -2354330 or 6689756. OLE color: 6689756.
HSL color Cylindrical-coordinate representation of color #DC1366: hue angle of 335.22º 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 #DC1366 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 102 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.14 |
| HSL | 335.22º | 0.84% | 0.47% | - |
| HSV(B) | 335.22º | 0.91% | 0.86% | - |
| XYZ | 32.15 | 16.64 | 14.09 | - |
| YUV | 88.56 | 135.59 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 102 | 0 | 0.91 | 0.54 | 0.14 | 335.22 | 0.84 | 0.47 |
| Hex | DC | 13 | 66 | 0 | 5B | 36 | E | 14F | 54 | 2F |
| Octal | 334 | 23 | 146 | 0 | 133 | 66 | 16 | 517 | 124 | 57 |
| Binary | 11011100 | 10011 | 1100110 | 0 | 1011011 | 110110 | 1110 | 101001111 | 1010100 | 101111 |
Color Harmonies of #DC1366
Complementary color
Monochromatic Colors of #DC1366
Black with #DC1366
Text Example
Text Example
White with #DC1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1366; }
p { color: rgb(220,19,102); }
H1.HeaderClassName
{
color: #DC1366;
}
.AnyTagClassName
{
color: #DC1366;
}
</style>
background-color css
<style>
a { background-color: #DC1366; }
a { background-color: rgb(220,19,102); }
div.DivClassName
{
background-color: #DC1366;
}
.BgClassName
{
background-color: #DC1366;
}
</style>
border-color css
<style>
span { border-color: #DC1366; }
span { border-color: rgb(220,19,102); }
td.TdClassName
{
border-color: #DC1366;
}
.TagClassName
{
border-color: #DC1366;
}
</style>