Shades of Ruby #DE1278
Tints of Ruby #DE1278
RGB
CMYK
RGB Variations
Color information
#DE1278 (or 0xDE1278) is known color: Ruby. HEX triplet: DE, 12 and 78. RGB value is (222,18,120). Sum of RGB (Red+Green+Blue) = 222+18+120=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1278 is #21ED87. Grayscale: #5A5A5A. Windows color (decimal): -2223496 or 7869150. OLE color: 7869150.
HSL color Cylindrical-coordinate representation of color #DE1278: hue angle of 330º 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 #DE1278 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 120 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.13 |
| HSL | 330º | 0.85% | 0.47% | - |
| HSV(B) | 330º | 0.92% | 0.87% | - |
| XYZ | 33.73 | 17.32 | 19.33 | - |
| YUV | 90.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 120 | 0 | 0.92 | 0.46 | 0.13 | 330 | 0.85 | 0.47 |
| Hex | DE | 12 | 78 | 0 | 5C | 2E | D | 14A | 55 | 2F |
| Octal | 336 | 22 | 170 | 0 | 134 | 56 | 15 | 512 | 125 | 57 |
| Binary | 11011110 | 10010 | 1111000 | 0 | 1011100 | 101110 | 1101 | 101001010 | 1010101 | 101111 |
Color Harmonies of #DE1278
Complementary color
Monochromatic Colors of #DE1278
Black with #DE1278
Text Example
Text Example
White with #DE1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1278; }
p { color: rgb(222,18,120); }
H1.HeaderClassName
{
color: #DE1278;
}
.AnyTagClassName
{
color: #DE1278;
}
</style>
background-color css
<style>
a { background-color: #DE1278; }
a { background-color: rgb(222,18,120); }
div.DivClassName
{
background-color: #DE1278;
}
.BgClassName
{
background-color: #DE1278;
}
</style>
border-color css
<style>
span { border-color: #DE1278; }
span { border-color: rgb(222,18,120); }
td.TdClassName
{
border-color: #DE1278;
}
.TagClassName
{
border-color: #DE1278;
}
</style>