Shades of Ruby #DE165D
Tints of Ruby #DE165D
RGB
CMYK
RGB Variations
Color information
#DE165D (or 0xDE165D) is known color: Ruby. HEX triplet: DE, 16 and 5D. RGB value is (222,22,93). Sum of RGB (Red+Green+Blue) = 222+22+93=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE165D is #21E9A2. Grayscale: #595959. Windows color (decimal): -2222499 or 6100702. OLE color: 6100702.
HSL color Cylindrical-coordinate representation of color #DE165D: hue angle of 338.7º degrees, saturation: 0.82, 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 #DE165D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.13 |
| HSL | 338.7º | 0.82% | 0.48% | - |
| HSV(B) | 338.7º | 0.9% | 0.87% | - |
| XYZ | 32.39 | 16.89 | 11.91 | - |
| YUV | 89.89 | 129.76 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 93 | 0 | 0.90 | 0.58 | 0.13 | 338.7 | 0.82 | 0.48 |
| Hex | DE | 16 | 5D | 0 | 5A | 3A | D | 153 | 52 | 30 |
| Octal | 336 | 26 | 135 | 0 | 132 | 72 | 15 | 523 | 122 | 60 |
| Binary | 11011110 | 10110 | 1011101 | 0 | 1011010 | 111010 | 1101 | 101010011 | 1010010 | 110000 |
Color Harmonies of #DE165D
Complementary color
Monochromatic Colors of #DE165D
Black with #DE165D
Text Example
Text Example
White with #DE165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE165D; }
p { color: rgb(222,22,93); }
H1.HeaderClassName
{
color: #DE165D;
}
.AnyTagClassName
{
color: #DE165D;
}
</style>
background-color css
<style>
a { background-color: #DE165D; }
a { background-color: rgb(222,22,93); }
div.DivClassName
{
background-color: #DE165D;
}
.BgClassName
{
background-color: #DE165D;
}
</style>
border-color css
<style>
span { border-color: #DE165D; }
span { border-color: rgb(222,22,93); }
td.TdClassName
{
border-color: #DE165D;
}
.TagClassName
{
border-color: #DE165D;
}
</style>