Shades of Ruby #DE1267
Tints of Ruby #DE1267
RGB
CMYK
RGB Variations
Color information
#DE1267 (or 0xDE1267) is known color: Ruby. HEX triplet: DE, 12 and 67. RGB value is (222,18,103). Sum of RGB (Red+Green+Blue) = 222+18+103=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1267 is #21ED98. Grayscale: #585858. Windows color (decimal): -2223513 or 6755038. OLE color: 6755038.
HSL color Cylindrical-coordinate representation of color #DE1267: hue angle of 335º 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 #DE1267 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 103 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.13 |
| HSL | 335º | 0.85% | 0.47% | - |
| HSV(B) | 335º | 0.92% | 0.87% | - |
| XYZ | 32.79 | 16.94 | 14.37 | - |
| YUV | 88.69 | 136.09 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 103 | 0 | 0.92 | 0.54 | 0.13 | 335 | 0.85 | 0.47 |
| Hex | DE | 12 | 67 | 0 | 5C | 36 | D | 14F | 55 | 2F |
| Octal | 336 | 22 | 147 | 0 | 134 | 66 | 15 | 517 | 125 | 57 |
| Binary | 11011110 | 10010 | 1100111 | 0 | 1011100 | 110110 | 1101 | 101001111 | 1010101 | 101111 |
Color Harmonies of #DE1267
Complementary color
Monochromatic Colors of #DE1267
Black with #DE1267
Text Example
Text Example
White with #DE1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1267; }
p { color: rgb(222,18,103); }
H1.HeaderClassName
{
color: #DE1267;
}
.AnyTagClassName
{
color: #DE1267;
}
</style>
background-color css
<style>
a { background-color: #DE1267; }
a { background-color: rgb(222,18,103); }
div.DivClassName
{
background-color: #DE1267;
}
.BgClassName
{
background-color: #DE1267;
}
</style>
border-color css
<style>
span { border-color: #DE1267; }
span { border-color: rgb(222,18,103); }
td.TdClassName
{
border-color: #DE1267;
}
.TagClassName
{
border-color: #DE1267;
}
</style>