Shades of Ruby #DE1774
Tints of Ruby #DE1774
RGB
CMYK
RGB Variations
Color information
#DE1774 (or 0xDE1774) is known color: Ruby. HEX triplet: DE, 17 and 74. RGB value is (222,23,116). Sum of RGB (Red+Green+Blue) = 222+23+116=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1774 is #21E88B. Grayscale: #5C5C5C. Windows color (decimal): -2222220 or 7608286. OLE color: 7608286.
HSL color Cylindrical-coordinate representation of color #DE1774: hue angle of 331.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1774 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.13 |
| HSL | 331.96º | 0.81% | 0.48% | - |
| HSV(B) | 331.96º | 0.9% | 0.87% | - |
| XYZ | 33.58 | 17.4 | 18.11 | - |
| YUV | 93.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 116 | 0 | 0.90 | 0.48 | 0.13 | 331.96 | 0.81 | 0.48 |
| Hex | DE | 17 | 74 | 0 | 5A | 30 | D | 14C | 51 | 30 |
| Octal | 336 | 27 | 164 | 0 | 132 | 60 | 15 | 514 | 121 | 60 |
| Binary | 11011110 | 10111 | 1110100 | 0 | 1011010 | 110000 | 1101 | 101001100 | 1010001 | 110000 |
Color Harmonies of #DE1774
Complementary color
Monochromatic Colors of #DE1774
Black with #DE1774
Text Example
Text Example
White with #DE1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1774; }
p { color: rgb(222,23,116); }
H1.HeaderClassName
{
color: #DE1774;
}
.AnyTagClassName
{
color: #DE1774;
}
</style>
background-color css
<style>
a { background-color: #DE1774; }
a { background-color: rgb(222,23,116); }
div.DivClassName
{
background-color: #DE1774;
}
.BgClassName
{
background-color: #DE1774;
}
</style>
border-color css
<style>
span { border-color: #DE1774; }
span { border-color: rgb(222,23,116); }
td.TdClassName
{
border-color: #DE1774;
}
.TagClassName
{
border-color: #DE1774;
}
</style>