Shades of Ruby #DE0769
Tints of Ruby #DE0769
RGB
CMYK
RGB Variations
Color information
#DE0769 (or 0xDE0769) is known color: Ruby. HEX triplet: DE, 07 and 69. RGB value is (222,7,105). Sum of RGB (Red+Green+Blue) = 222+7+105=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0769 is #21F896. Grayscale: #525252. Windows color (decimal): -2226327 or 6883294. OLE color: 6883294.
HSL color Cylindrical-coordinate representation of color #DE0769: hue angle of 332.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0769 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.13 |
| HSL | 332.65º | 0.94% | 0.45% | - |
| HSV(B) | 332.65º | 0.97% | 0.87% | - |
| XYZ | 32.75 | 16.7 | 14.86 | - |
| YUV | 82.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 105 | 0 | 0.97 | 0.53 | 0.13 | 332.65 | 0.94 | 0.45 |
| Hex | DE | 7 | 69 | 0 | 61 | 35 | D | 14D | 5E | 2D |
| Octal | 336 | 7 | 151 | 0 | 141 | 65 | 15 | 515 | 136 | 55 |
| Binary | 11011110 | 111 | 1101001 | 0 | 1100001 | 110101 | 1101 | 101001101 | 1011110 | 101101 |
Color Harmonies of #DE0769
Complementary color
Monochromatic Colors of #DE0769
Black with #DE0769
Text Example
Text Example
White with #DE0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0769; }
p { color: rgb(222,7,105); }
H1.HeaderClassName
{
color: #DE0769;
}
.AnyTagClassName
{
color: #DE0769;
}
</style>
background-color css
<style>
a { background-color: #DE0769; }
a { background-color: rgb(222,7,105); }
div.DivClassName
{
background-color: #DE0769;
}
.BgClassName
{
background-color: #DE0769;
}
</style>
border-color css
<style>
span { border-color: #DE0769; }
span { border-color: rgb(222,7,105); }
td.TdClassName
{
border-color: #DE0769;
}
.TagClassName
{
border-color: #DE0769;
}
</style>