Shades of Ruby #DE0965
Tints of Ruby #DE0965
RGB
CMYK
RGB Variations
Color information
#DE0965 (or 0xDE0965) is known color: Ruby. HEX triplet: DE, 09 and 65. RGB value is (222,9,101). Sum of RGB (Red+Green+Blue) = 222+9+101=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0965 is #21F69A. Grayscale: #535353. Windows color (decimal): -2225819 or 6621662. OLE color: 6621662.
HSL color Cylindrical-coordinate representation of color #DE0965: hue angle of 334.08º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0965 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.13 |
| HSL | 334.08º | 0.92% | 0.45% | - |
| HSV(B) | 334.08º | 0.96% | 0.87% | - |
| XYZ | 32.57 | 16.66 | 13.81 | - |
| YUV | 83.18 | 138.07 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 101 | 0 | 0.96 | 0.55 | 0.13 | 334.08 | 0.92 | 0.45 |
| Hex | DE | 9 | 65 | 0 | 60 | 37 | D | 14E | 5C | 2D |
| Octal | 336 | 11 | 145 | 0 | 140 | 67 | 15 | 516 | 134 | 55 |
| Binary | 11011110 | 1001 | 1100101 | 0 | 1100000 | 110111 | 1101 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DE0965
Complementary color
Monochromatic Colors of #DE0965
Black with #DE0965
Text Example
Text Example
White with #DE0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0965; }
p { color: rgb(222,9,101); }
H1.HeaderClassName
{
color: #DE0965;
}
.AnyTagClassName
{
color: #DE0965;
}
</style>
background-color css
<style>
a { background-color: #DE0965; }
a { background-color: rgb(222,9,101); }
div.DivClassName
{
background-color: #DE0965;
}
.BgClassName
{
background-color: #DE0965;
}
</style>
border-color css
<style>
span { border-color: #DE0965; }
span { border-color: rgb(222,9,101); }
td.TdClassName
{
border-color: #DE0965;
}
.TagClassName
{
border-color: #DE0965;
}
</style>