Shades of Ruby #DC0D69
Tints of Ruby #DC0D69
RGB
CMYK
RGB Variations
Color information
#DC0D69 (or 0xDC0D69) is known color: Ruby. HEX triplet: DC, 0D and 69. RGB value is (220,13,105). Sum of RGB (Red+Green+Blue) = 220+13+105=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D69 is #23F296. Grayscale: #555555. Windows color (decimal): -2355863 or 6884828. OLE color: 6884828.
HSL color Cylindrical-coordinate representation of color #DC0D69: hue angle of 333.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D69 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.14 |
| HSL | 333.33º | 0.89% | 0.46% | - |
| HSV(B) | 333.33º | 0.94% | 0.86% | - |
| XYZ | 32.21 | 16.52 | 14.86 | - |
| YUV | 85.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 105 | 0 | 0.94 | 0.52 | 0.14 | 333.33 | 0.89 | 0.46 |
| Hex | DC | D | 69 | 0 | 5E | 34 | E | 14D | 59 | 2E |
| Octal | 334 | 15 | 151 | 0 | 136 | 64 | 16 | 515 | 131 | 56 |
| Binary | 11011100 | 1101 | 1101001 | 0 | 1011110 | 110100 | 1110 | 101001101 | 1011001 | 101110 |
Color Harmonies of #DC0D69
Complementary color
Monochromatic Colors of #DC0D69
Black with #DC0D69
Text Example
Text Example
White with #DC0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D69; }
p { color: rgb(220,13,105); }
H1.HeaderClassName
{
color: #DC0D69;
}
.AnyTagClassName
{
color: #DC0D69;
}
</style>
background-color css
<style>
a { background-color: #DC0D69; }
a { background-color: rgb(220,13,105); }
div.DivClassName
{
background-color: #DC0D69;
}
.BgClassName
{
background-color: #DC0D69;
}
</style>
border-color css
<style>
span { border-color: #DC0D69; }
span { border-color: rgb(220,13,105); }
td.TdClassName
{
border-color: #DC0D69;
}
.TagClassName
{
border-color: #DC0D69;
}
</style>