Shades of Ruby #DE1675
Tints of Ruby #DE1675
RGB
CMYK
RGB Variations
Color information
#DE1675 (or 0xDE1675) is known color: Ruby. HEX triplet: DE, 16 and 75. RGB value is (222,22,117). Sum of RGB (Red+Green+Blue) = 222+22+117=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1675 is #21E98A. Grayscale: #5C5C5C. Windows color (decimal): -2222475 or 7673566. OLE color: 7673566.
HSL color Cylindrical-coordinate representation of color #DE1675: hue angle of 331.5º 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 #DE1675 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 117 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.13 |
| HSL | 331.5º | 0.82% | 0.48% | - |
| HSV(B) | 331.5º | 0.9% | 0.87% | - |
| XYZ | 33.62 | 17.39 | 18.41 | - |
| YUV | 92.63 | 141.76 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 117 | 0 | 0.90 | 0.47 | 0.13 | 331.5 | 0.82 | 0.48 |
| Hex | DE | 16 | 75 | 0 | 5A | 2F | D | 14C | 52 | 30 |
| Octal | 336 | 26 | 165 | 0 | 132 | 57 | 15 | 514 | 122 | 60 |
| Binary | 11011110 | 10110 | 1110101 | 0 | 1011010 | 101111 | 1101 | 101001100 | 1010010 | 110000 |
Color Harmonies of #DE1675
Complementary color
Monochromatic Colors of #DE1675
Black with #DE1675
Text Example
Text Example
White with #DE1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1675; }
p { color: rgb(222,22,117); }
H1.HeaderClassName
{
color: #DE1675;
}
.AnyTagClassName
{
color: #DE1675;
}
</style>
background-color css
<style>
a { background-color: #DE1675; }
a { background-color: rgb(222,22,117); }
div.DivClassName
{
background-color: #DE1675;
}
.BgClassName
{
background-color: #DE1675;
}
</style>
border-color css
<style>
span { border-color: #DE1675; }
span { border-color: rgb(222,22,117); }
td.TdClassName
{
border-color: #DE1675;
}
.TagClassName
{
border-color: #DE1675;
}
</style>