Shades of Ruby #DE1262
Tints of Ruby #DE1262
RGB
CMYK
RGB Variations
Color information
#DE1262 (or 0xDE1262) is known color: Ruby. HEX triplet: DE, 12 and 62. RGB value is (222,18,98). Sum of RGB (Red+Green+Blue) = 222+18+98=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1262 is #21ED9D. Grayscale: #585858. Windows color (decimal): -2223518 or 6427358. OLE color: 6427358.
HSL color Cylindrical-coordinate representation of color #DE1262: hue angle of 336.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1262 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 98 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.13 |
| HSL | 336.47º | 0.85% | 0.47% | - |
| HSV(B) | 336.47º | 0.92% | 0.87% | - |
| XYZ | 32.55 | 16.84 | 13.09 | - |
| YUV | 88.12 | 133.59 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 98 | 0 | 0.92 | 0.56 | 0.13 | 336.47 | 0.85 | 0.47 |
| Hex | DE | 12 | 62 | 0 | 5C | 38 | D | 150 | 55 | 2F |
| Octal | 336 | 22 | 142 | 0 | 134 | 70 | 15 | 520 | 125 | 57 |
| Binary | 11011110 | 10010 | 1100010 | 0 | 1011100 | 111000 | 1101 | 101010000 | 1010101 | 101111 |
Color Harmonies of #DE1262
Complementary color
Monochromatic Colors of #DE1262
Black with #DE1262
Text Example
Text Example
White with #DE1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1262; }
p { color: rgb(222,18,98); }
H1.HeaderClassName
{
color: #DE1262;
}
.AnyTagClassName
{
color: #DE1262;
}
</style>
background-color css
<style>
a { background-color: #DE1262; }
a { background-color: rgb(222,18,98); }
div.DivClassName
{
background-color: #DE1262;
}
.BgClassName
{
background-color: #DE1262;
}
</style>
border-color css
<style>
span { border-color: #DE1262; }
span { border-color: rgb(222,18,98); }
td.TdClassName
{
border-color: #DE1262;
}
.TagClassName
{
border-color: #DE1262;
}
</style>