Shades of Ruby #DE1068
Tints of Ruby #DE1068
RGB
CMYK
RGB Variations
Color information
#DE1068 (or 0xDE1068) is known color: Ruby. HEX triplet: DE, 10 and 68. RGB value is (222,16,104). Sum of RGB (Red+Green+Blue) = 222+16+104=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1068 is #21EF97. Grayscale: #575757. Windows color (decimal): -2224024 or 6820062. OLE color: 6820062.
HSL color Cylindrical-coordinate representation of color #DE1068: hue angle of 334.37º 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 #DE1068 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.13 |
| HSL | 334.37º | 0.87% | 0.47% | - |
| HSV(B) | 334.37º | 0.93% | 0.87% | - |
| XYZ | 32.81 | 16.9 | 14.63 | - |
| YUV | 87.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 104 | 0 | 0.93 | 0.53 | 0.13 | 334.37 | 0.87 | 0.47 |
| Hex | DE | 10 | 68 | 0 | 5D | 35 | D | 14E | 57 | 2F |
| Octal | 336 | 20 | 150 | 0 | 135 | 65 | 15 | 516 | 127 | 57 |
| Binary | 11011110 | 10000 | 1101000 | 0 | 1011101 | 110101 | 1101 | 101001110 | 1010111 | 101111 |
Color Harmonies of #DE1068
Complementary color
Monochromatic Colors of #DE1068
Black with #DE1068
Text Example
Text Example
White with #DE1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1068; }
p { color: rgb(222,16,104); }
H1.HeaderClassName
{
color: #DE1068;
}
.AnyTagClassName
{
color: #DE1068;
}
</style>
background-color css
<style>
a { background-color: #DE1068; }
a { background-color: rgb(222,16,104); }
div.DivClassName
{
background-color: #DE1068;
}
.BgClassName
{
background-color: #DE1068;
}
</style>
border-color css
<style>
span { border-color: #DE1068; }
span { border-color: rgb(222,16,104); }
td.TdClassName
{
border-color: #DE1068;
}
.TagClassName
{
border-color: #DE1068;
}
</style>