Shades of Ruby #DF0C69
Tints of Ruby #DF0C69
RGB
CMYK
RGB Variations
Color information
#DF0C69 (or 0xDF0C69) is known color: Ruby. HEX triplet: DF, 0C and 69. RGB value is (223,12,105). Sum of RGB (Red+Green+Blue) = 223+12+105=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C69 is #20F396. Grayscale: #555555. Windows color (decimal): -2159511 or 6884575. OLE color: 6884575.
HSL color Cylindrical-coordinate representation of color #DF0C69: hue angle of 333.55º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C69 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 105 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.13 |
| HSL | 333.55º | 0.9% | 0.46% | - |
| HSV(B) | 333.55º | 0.95% | 0.87% | - |
| XYZ | 33.11 | 16.97 | 14.9 | - |
| YUV | 85.69 | 138.9 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 105 | 0 | 0.95 | 0.53 | 0.13 | 333.55 | 0.9 | 0.46 |
| Hex | DF | C | 69 | 0 | 5F | 35 | D | 14E | 5A | 2E |
| Octal | 337 | 14 | 151 | 0 | 137 | 65 | 15 | 516 | 132 | 56 |
| Binary | 11011111 | 1100 | 1101001 | 0 | 1011111 | 110101 | 1101 | 101001110 | 1011010 | 101110 |
Color Harmonies of #DF0C69
Complementary color
Monochromatic Colors of #DF0C69
Black with #DF0C69
Text Example
Text Example
White with #DF0C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C69; }
p { color: rgb(223,12,105); }
H1.HeaderClassName
{
color: #DF0C69;
}
.AnyTagClassName
{
color: #DF0C69;
}
</style>
background-color css
<style>
a { background-color: #DF0C69; }
a { background-color: rgb(223,12,105); }
div.DivClassName
{
background-color: #DF0C69;
}
.BgClassName
{
background-color: #DF0C69;
}
</style>
border-color css
<style>
span { border-color: #DF0C69; }
span { border-color: rgb(223,12,105); }
td.TdClassName
{
border-color: #DF0C69;
}
.TagClassName
{
border-color: #DF0C69;
}
</style>