Shades of Ruby #DC0F67
Tints of Ruby #DC0F67
RGB
CMYK
RGB Variations
Color information
#DC0F67 (or 0xDC0F67) is known color: Ruby. HEX triplet: DC, 0F and 67. RGB value is (220,15,103). Sum of RGB (Red+Green+Blue) = 220+15+103=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F67 is #23F098. Grayscale: #565656. Windows color (decimal): -2355353 or 6754268. OLE color: 6754268.
HSL color Cylindrical-coordinate representation of color #DC0F67: hue angle of 334.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F67 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 103 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.14 |
| HSL | 334.24º | 0.87% | 0.46% | - |
| HSV(B) | 334.24º | 0.93% | 0.86% | - |
| XYZ | 32.13 | 16.54 | 14.33 | - |
| YUV | 86.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 103 | 0 | 0.93 | 0.53 | 0.14 | 334.24 | 0.87 | 0.46 |
| Hex | DC | F | 67 | 0 | 5D | 35 | E | 14E | 57 | 2E |
| Octal | 334 | 17 | 147 | 0 | 135 | 65 | 16 | 516 | 127 | 56 |
| Binary | 11011100 | 1111 | 1100111 | 0 | 1011101 | 110101 | 1110 | 101001110 | 1010111 | 101110 |
Color Harmonies of #DC0F67
Complementary color
Monochromatic Colors of #DC0F67
Black with #DC0F67
Text Example
Text Example
White with #DC0F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F67; }
p { color: rgb(220,15,103); }
H1.HeaderClassName
{
color: #DC0F67;
}
.AnyTagClassName
{
color: #DC0F67;
}
</style>
background-color css
<style>
a { background-color: #DC0F67; }
a { background-color: rgb(220,15,103); }
div.DivClassName
{
background-color: #DC0F67;
}
.BgClassName
{
background-color: #DC0F67;
}
</style>
border-color css
<style>
span { border-color: #DC0F67; }
span { border-color: rgb(220,15,103); }
td.TdClassName
{
border-color: #DC0F67;
}
.TagClassName
{
border-color: #DC0F67;
}
</style>