Shades of Ruby #DE0B61
Tints of Ruby #DE0B61
RGB
CMYK
RGB Variations
Color information
#DE0B61 (or 0xDE0B61) is known color: Ruby. HEX triplet: DE, 0B and 61. RGB value is (222,11,97). Sum of RGB (Red+Green+Blue) = 222+11+97=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B61 is #21F49E. Grayscale: #535353. Windows color (decimal): -2225311 or 6360030. OLE color: 6360030.
HSL color Cylindrical-coordinate representation of color #DE0B61: hue angle of 335.55º 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 #DE0B61 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 97 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.13 |
| HSL | 335.55º | 0.91% | 0.46% | - |
| HSV(B) | 335.55º | 0.95% | 0.87% | - |
| XYZ | 32.4 | 16.63 | 12.81 | - |
| YUV | 83.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 97 | 0 | 0.95 | 0.56 | 0.13 | 335.55 | 0.91 | 0.46 |
| Hex | DE | B | 61 | 0 | 5F | 38 | D | 150 | 5B | 2E |
| Octal | 336 | 13 | 141 | 0 | 137 | 70 | 15 | 520 | 133 | 56 |
| Binary | 11011110 | 1011 | 1100001 | 0 | 1011111 | 111000 | 1101 | 101010000 | 1011011 | 101110 |
Color Harmonies of #DE0B61
Complementary color
Monochromatic Colors of #DE0B61
Black with #DE0B61
Text Example
Text Example
White with #DE0B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B61; }
p { color: rgb(222,11,97); }
H1.HeaderClassName
{
color: #DE0B61;
}
.AnyTagClassName
{
color: #DE0B61;
}
</style>
background-color css
<style>
a { background-color: #DE0B61; }
a { background-color: rgb(222,11,97); }
div.DivClassName
{
background-color: #DE0B61;
}
.BgClassName
{
background-color: #DE0B61;
}
</style>
border-color css
<style>
span { border-color: #DE0B61; }
span { border-color: rgb(222,11,97); }
td.TdClassName
{
border-color: #DE0B61;
}
.TagClassName
{
border-color: #DE0B61;
}
</style>