Shades of Ruby #DF0B61
Tints of Ruby #DF0B61
RGB
CMYK
RGB Variations
Color information
#DF0B61 (or 0xDF0B61) is known color: Ruby. HEX triplet: DF, 0B and 61. RGB value is (223,11,97). Sum of RGB (Red+Green+Blue) = 223+11+97=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B61 is #20F49E. Grayscale: #545454. Windows color (decimal): -2159775 or 6360031. OLE color: 6360031.
HSL color Cylindrical-coordinate representation of color #DF0B61: hue angle of 335.66º degrees, saturation: 0.91, 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 #DF0B61 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 97 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.13 |
| HSL | 335.66º | 0.91% | 0.46% | - |
| HSV(B) | 335.66º | 0.95% | 0.87% | - |
| XYZ | 32.71 | 16.79 | 12.83 | - |
| YUV | 84.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 97 | 0 | 0.95 | 0.57 | 0.13 | 335.66 | 0.91 | 0.46 |
| Hex | DF | B | 61 | 0 | 5F | 39 | D | 150 | 5B | 2E |
| Octal | 337 | 13 | 141 | 0 | 137 | 71 | 15 | 520 | 133 | 56 |
| Binary | 11011111 | 1011 | 1100001 | 0 | 1011111 | 111001 | 1101 | 101010000 | 1011011 | 101110 |
Color Harmonies of #DF0B61
Complementary color
Monochromatic Colors of #DF0B61
Black with #DF0B61
Text Example
Text Example
White with #DF0B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B61; }
p { color: rgb(223,11,97); }
H1.HeaderClassName
{
color: #DF0B61;
}
.AnyTagClassName
{
color: #DF0B61;
}
</style>
background-color css
<style>
a { background-color: #DF0B61; }
a { background-color: rgb(223,11,97); }
div.DivClassName
{
background-color: #DF0B61;
}
.BgClassName
{
background-color: #DF0B61;
}
</style>
border-color css
<style>
span { border-color: #DF0B61; }
span { border-color: rgb(223,11,97); }
td.TdClassName
{
border-color: #DF0B61;
}
.TagClassName
{
border-color: #DF0B61;
}
</style>