Shades of Ruby #DF0C62
Tints of Ruby #DF0C62
RGB
CMYK
RGB Variations
Color information
#DF0C62 (or 0xDF0C62) is known color: Ruby. HEX triplet: DF, 0C and 62. RGB value is (223,12,98). Sum of RGB (Red+Green+Blue) = 223+12+98=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C62 is #20F39D. Grayscale: #545454. Windows color (decimal): -2159518 or 6425823. OLE color: 6425823.
HSL color Cylindrical-coordinate representation of color #DF0C62: hue angle of 335.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 #DF0C62 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 98 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.13 |
| HSL | 335.55º | 0.9% | 0.46% | - |
| HSV(B) | 335.55º | 0.95% | 0.87% | - |
| XYZ | 32.77 | 16.83 | 13.08 | - |
| YUV | 84.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 98 | 0 | 0.95 | 0.56 | 0.13 | 335.55 | 0.9 | 0.46 |
| Hex | DF | C | 62 | 0 | 5F | 38 | D | 150 | 5A | 2E |
| Octal | 337 | 14 | 142 | 0 | 137 | 70 | 15 | 520 | 132 | 56 |
| Binary | 11011111 | 1100 | 1100010 | 0 | 1011111 | 111000 | 1101 | 101010000 | 1011010 | 101110 |
Color Harmonies of #DF0C62
Complementary color
Monochromatic Colors of #DF0C62
Black with #DF0C62
Text Example
Text Example
White with #DF0C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C62; }
p { color: rgb(223,12,98); }
H1.HeaderClassName
{
color: #DF0C62;
}
.AnyTagClassName
{
color: #DF0C62;
}
</style>
background-color css
<style>
a { background-color: #DF0C62; }
a { background-color: rgb(223,12,98); }
div.DivClassName
{
background-color: #DF0C62;
}
.BgClassName
{
background-color: #DF0C62;
}
</style>
border-color css
<style>
span { border-color: #DF0C62; }
span { border-color: rgb(223,12,98); }
td.TdClassName
{
border-color: #DF0C62;
}
.TagClassName
{
border-color: #DF0C62;
}
</style>