Shades of Ruby #DE0967
Tints of Ruby #DE0967
RGB
CMYK
RGB Variations
Color information
#DE0967 (or 0xDE0967) is known color: Ruby. HEX triplet: DE, 09 and 67. RGB value is (222,9,103). Sum of RGB (Red+Green+Blue) = 222+9+103=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0967 is #21F698. Grayscale: #535353. Windows color (decimal): -2225817 or 6752734. OLE color: 6752734.
HSL color Cylindrical-coordinate representation of color #DE0967: hue angle of 333.52º 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 #DE0967 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.13 |
| HSL | 333.52º | 0.92% | 0.45% | - |
| HSV(B) | 333.52º | 0.96% | 0.87% | - |
| XYZ | 32.67 | 16.7 | 14.33 | - |
| YUV | 83.4 | 139.07 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 103 | 0 | 0.96 | 0.54 | 0.13 | 333.52 | 0.92 | 0.45 |
| Hex | DE | 9 | 67 | 0 | 60 | 36 | D | 14E | 5C | 2D |
| Octal | 336 | 11 | 147 | 0 | 140 | 66 | 15 | 516 | 134 | 55 |
| Binary | 11011110 | 1001 | 1100111 | 0 | 1100000 | 110110 | 1101 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DE0967
Complementary color
Monochromatic Colors of #DE0967
Black with #DE0967
Text Example
Text Example
White with #DE0967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0967; }
p { color: rgb(222,9,103); }
H1.HeaderClassName
{
color: #DE0967;
}
.AnyTagClassName
{
color: #DE0967;
}
</style>
background-color css
<style>
a { background-color: #DE0967; }
a { background-color: rgb(222,9,103); }
div.DivClassName
{
background-color: #DE0967;
}
.BgClassName
{
background-color: #DE0967;
}
</style>
border-color css
<style>
span { border-color: #DE0967; }
span { border-color: rgb(222,9,103); }
td.TdClassName
{
border-color: #DE0967;
}
.TagClassName
{
border-color: #DE0967;
}
</style>