Shades of Ruby #DE1066
Tints of Ruby #DE1066
RGB
CMYK
RGB Variations
Color information
#DE1066 (or 0xDE1066) is known color: Ruby. HEX triplet: DE, 10 and 66. RGB value is (222,16,102). Sum of RGB (Red+Green+Blue) = 222+16+102=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1066 is #21EF99. Grayscale: #575757. Windows color (decimal): -2224026 or 6688990. OLE color: 6688990.
HSL color Cylindrical-coordinate representation of color #DE1066: hue angle of 334.95º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE1066 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 102 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.13 |
| HSL | 334.95º | 0.87% | 0.47% | - |
| HSV(B) | 334.95º | 0.93% | 0.87% | - |
| XYZ | 32.71 | 16.86 | 14.1 | - |
| YUV | 87.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 102 | 0 | 0.93 | 0.54 | 0.13 | 334.95 | 0.87 | 0.47 |
| Hex | DE | 10 | 66 | 0 | 5D | 36 | D | 14F | 57 | 2F |
| Octal | 336 | 20 | 146 | 0 | 135 | 66 | 15 | 517 | 127 | 57 |
| Binary | 11011110 | 10000 | 1100110 | 0 | 1011101 | 110110 | 1101 | 101001111 | 1010111 | 101111 |
Color Harmonies of #DE1066
Complementary color
Monochromatic Colors of #DE1066
Black with #DE1066
Text Example
Text Example
White with #DE1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1066; }
p { color: rgb(222,16,102); }
H1.HeaderClassName
{
color: #DE1066;
}
.AnyTagClassName
{
color: #DE1066;
}
</style>
background-color css
<style>
a { background-color: #DE1066; }
a { background-color: rgb(222,16,102); }
div.DivClassName
{
background-color: #DE1066;
}
.BgClassName
{
background-color: #DE1066;
}
</style>
border-color css
<style>
span { border-color: #DE1066; }
span { border-color: rgb(222,16,102); }
td.TdClassName
{
border-color: #DE1066;
}
.TagClassName
{
border-color: #DE1066;
}
</style>