Shades of Ruby #DE1465
Tints of Ruby #DE1465
RGB
CMYK
RGB Variations
Color information
#DE1465 (or 0xDE1465) is known color: Ruby. HEX triplet: DE, 14 and 65. RGB value is (222,20,101). Sum of RGB (Red+Green+Blue) = 222+20+101=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1465 is #21EB9A. Grayscale: #595959. Windows color (decimal): -2223003 or 6624478. OLE color: 6624478.
HSL color Cylindrical-coordinate representation of color #DE1465: hue angle of 335.94º degrees, saturation: 0.83, 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 #DE1465 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 101 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.13 |
| HSL | 335.94º | 0.83% | 0.47% | - |
| HSV(B) | 335.94º | 0.91% | 0.87% | - |
| XYZ | 32.72 | 16.97 | 13.86 | - |
| YUV | 89.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 101 | 0 | 0.91 | 0.55 | 0.13 | 335.94 | 0.83 | 0.47 |
| Hex | DE | 14 | 65 | 0 | 5B | 37 | D | 150 | 53 | 2F |
| Octal | 336 | 24 | 145 | 0 | 133 | 67 | 15 | 520 | 123 | 57 |
| Binary | 11011110 | 10100 | 1100101 | 0 | 1011011 | 110111 | 1101 | 101010000 | 1010011 | 101111 |
Color Harmonies of #DE1465
Complementary color
Monochromatic Colors of #DE1465
Black with #DE1465
Text Example
Text Example
White with #DE1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1465; }
p { color: rgb(222,20,101); }
H1.HeaderClassName
{
color: #DE1465;
}
.AnyTagClassName
{
color: #DE1465;
}
</style>
background-color css
<style>
a { background-color: #DE1465; }
a { background-color: rgb(222,20,101); }
div.DivClassName
{
background-color: #DE1465;
}
.BgClassName
{
background-color: #DE1465;
}
</style>
border-color css
<style>
span { border-color: #DE1465; }
span { border-color: rgb(222,20,101); }
td.TdClassName
{
border-color: #DE1465;
}
.TagClassName
{
border-color: #DE1465;
}
</style>