Shades of Ruby #DC0B66
Tints of Ruby #DC0B66
RGB
CMYK
RGB Variations
Color information
#DC0B66 (or 0xDC0B66) is known color: Ruby. HEX triplet: DC, 0B and 66. RGB value is (220,11,102). Sum of RGB (Red+Green+Blue) = 220+11+102=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B66 is #23F499. Grayscale: #535353. Windows color (decimal): -2356378 or 6687708. OLE color: 6687708.
HSL color Cylindrical-coordinate representation of color #DC0B66: hue angle of 333.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B66 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 102 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.14 |
| HSL | 333.88º | 0.9% | 0.45% | - |
| HSV(B) | 333.88º | 0.95% | 0.86% | - |
| XYZ | 32.03 | 16.41 | 14.05 | - |
| YUV | 83.87 | 138.24 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 102 | 0 | 0.95 | 0.54 | 0.14 | 333.88 | 0.9 | 0.45 |
| Hex | DC | B | 66 | 0 | 5F | 36 | E | 14E | 5A | 2D |
| Octal | 334 | 13 | 146 | 0 | 137 | 66 | 16 | 516 | 132 | 55 |
| Binary | 11011100 | 1011 | 1100110 | 0 | 1011111 | 110110 | 1110 | 101001110 | 1011010 | 101101 |
Color Harmonies of #DC0B66
Complementary color
Monochromatic Colors of #DC0B66
Black with #DC0B66
Text Example
Text Example
White with #DC0B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B66; }
p { color: rgb(220,11,102); }
H1.HeaderClassName
{
color: #DC0B66;
}
.AnyTagClassName
{
color: #DC0B66;
}
</style>
background-color css
<style>
a { background-color: #DC0B66; }
a { background-color: rgb(220,11,102); }
div.DivClassName
{
background-color: #DC0B66;
}
.BgClassName
{
background-color: #DC0B66;
}
</style>
border-color css
<style>
span { border-color: #DC0B66; }
span { border-color: rgb(220,11,102); }
td.TdClassName
{
border-color: #DC0B66;
}
.TagClassName
{
border-color: #DC0B66;
}
</style>