Shades of Ruby #DE1072
Tints of Ruby #DE1072
RGB
CMYK
RGB Variations
Color information
#DE1072 (or 0xDE1072) is known color: Ruby. HEX triplet: DE, 10 and 72. RGB value is (222,16,114). Sum of RGB (Red+Green+Blue) = 222+16+114=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1072 is #21EF8D. Grayscale: #585858. Windows color (decimal): -2224014 or 7475422. OLE color: 7475422.
HSL color Cylindrical-coordinate representation of color #DE1072: hue angle of 331.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE1072 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 114 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.13 |
| HSL | 331.46º | 0.87% | 0.47% | - |
| HSV(B) | 331.46º | 0.93% | 0.87% | - |
| XYZ | 33.35 | 17.12 | 17.47 | - |
| YUV | 88.77 | 142.25 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 114 | 0 | 0.93 | 0.49 | 0.13 | 331.46 | 0.87 | 0.47 |
| Hex | DE | 10 | 72 | 0 | 5D | 31 | D | 14B | 57 | 2F |
| Octal | 336 | 20 | 162 | 0 | 135 | 61 | 15 | 513 | 127 | 57 |
| Binary | 11011110 | 10000 | 1110010 | 0 | 1011101 | 110001 | 1101 | 101001011 | 1010111 | 101111 |
Color Harmonies of #DE1072
Complementary color
Monochromatic Colors of #DE1072
Black with #DE1072
Text Example
Text Example
White with #DE1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1072; }
p { color: rgb(222,16,114); }
H1.HeaderClassName
{
color: #DE1072;
}
.AnyTagClassName
{
color: #DE1072;
}
</style>
background-color css
<style>
a { background-color: #DE1072; }
a { background-color: rgb(222,16,114); }
div.DivClassName
{
background-color: #DE1072;
}
.BgClassName
{
background-color: #DE1072;
}
</style>
border-color css
<style>
span { border-color: #DE1072; }
span { border-color: rgb(222,16,114); }
td.TdClassName
{
border-color: #DE1072;
}
.TagClassName
{
border-color: #DE1072;
}
</style>