Shades of Ruby #DC0D6B
Tints of Ruby #DC0D6B
RGB
CMYK
RGB Variations
Color information
#DC0D6B (or 0xDC0D6B) is known color: Ruby. HEX triplet: DC, 0D and 6B. RGB value is (220,13,107). Sum of RGB (Red+Green+Blue) = 220+13+107=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D6B is #23F294. Grayscale: #555555. Windows color (decimal): -2355861 or 7015900. OLE color: 7015900.
HSL color Cylindrical-coordinate representation of color #DC0D6B: hue angle of 332.75º 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 #DC0D6B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.14 |
| HSL | 332.75º | 0.89% | 0.46% | - |
| HSV(B) | 332.75º | 0.94% | 0.86% | - |
| XYZ | 32.31 | 16.57 | 15.4 | - |
| YUV | 85.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 107 | 0 | 0.94 | 0.51 | 0.14 | 332.75 | 0.89 | 0.46 |
| Hex | DC | D | 6B | 0 | 5E | 33 | E | 14D | 59 | 2E |
| Octal | 334 | 15 | 153 | 0 | 136 | 63 | 16 | 515 | 131 | 56 |
| Binary | 11011100 | 1101 | 1101011 | 0 | 1011110 | 110011 | 1110 | 101001101 | 1011001 | 101110 |
Color Harmonies of #DC0D6B
Complementary color
Monochromatic Colors of #DC0D6B
Black with #DC0D6B
Text Example
Text Example
White with #DC0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D6B; }
p { color: rgb(220,13,107); }
H1.HeaderClassName
{
color: #DC0D6B;
}
.AnyTagClassName
{
color: #DC0D6B;
}
</style>
background-color css
<style>
a { background-color: #DC0D6B; }
a { background-color: rgb(220,13,107); }
div.DivClassName
{
background-color: #DC0D6B;
}
.BgClassName
{
background-color: #DC0D6B;
}
</style>
border-color css
<style>
span { border-color: #DC0D6B; }
span { border-color: rgb(220,13,107); }
td.TdClassName
{
border-color: #DC0D6B;
}
.TagClassName
{
border-color: #DC0D6B;
}
</style>