Shades of Ruby #DE1362
Tints of Ruby #DE1362
RGB
CMYK
RGB Variations
Color information
#DE1362 (or 0xDE1362) is known color: Ruby. HEX triplet: DE, 13 and 62. RGB value is (222,19,98). Sum of RGB (Red+Green+Blue) = 222+19+98=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1362 is #21EC9D. Grayscale: #585858. Windows color (decimal): -2223262 or 6427614. OLE color: 6427614.
HSL color Cylindrical-coordinate representation of color #DE1362: hue angle of 336.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1362 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.13 |
| HSL | 336.65º | 0.84% | 0.47% | - |
| HSV(B) | 336.65º | 0.91% | 0.87% | - |
| XYZ | 32.56 | 16.88 | 13.1 | - |
| YUV | 88.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 98 | 0 | 0.91 | 0.56 | 0.13 | 336.65 | 0.84 | 0.47 |
| Hex | DE | 13 | 62 | 0 | 5B | 38 | D | 151 | 54 | 2F |
| Octal | 336 | 23 | 142 | 0 | 133 | 70 | 15 | 521 | 124 | 57 |
| Binary | 11011110 | 10011 | 1100010 | 0 | 1011011 | 111000 | 1101 | 101010001 | 1010100 | 101111 |
Color Harmonies of #DE1362
Complementary color
Monochromatic Colors of #DE1362
Black with #DE1362
Text Example
Text Example
White with #DE1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1362; }
p { color: rgb(222,19,98); }
H1.HeaderClassName
{
color: #DE1362;
}
.AnyTagClassName
{
color: #DE1362;
}
</style>
background-color css
<style>
a { background-color: #DE1362; }
a { background-color: rgb(222,19,98); }
div.DivClassName
{
background-color: #DE1362;
}
.BgClassName
{
background-color: #DE1362;
}
</style>
border-color css
<style>
span { border-color: #DE1362; }
span { border-color: rgb(222,19,98); }
td.TdClassName
{
border-color: #DE1362;
}
.TagClassName
{
border-color: #DE1362;
}
</style>