Shades of Ruby #DE0975
Tints of Ruby #DE0975
RGB
CMYK
RGB Variations
Color information
#DE0975 (or 0xDE0975) is known color: Ruby. HEX triplet: DE, 09 and 75. RGB value is (222,9,117). Sum of RGB (Red+Green+Blue) = 222+9+117=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0975 is #21F68A. Grayscale: #545454. Windows color (decimal): -2225803 or 7670238. OLE color: 7670238.
HSL color Cylindrical-coordinate representation of color #DE0975: hue angle of 329.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0975 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.13 |
| HSL | 329.58º | 0.92% | 0.45% | - |
| HSV(B) | 329.58º | 0.96% | 0.87% | - |
| XYZ | 33.43 | 17.01 | 18.35 | - |
| YUV | 85 | 146.07 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 117 | 0 | 0.96 | 0.47 | 0.13 | 329.58 | 0.92 | 0.45 |
| Hex | DE | 9 | 75 | 0 | 60 | 2F | D | 14A | 5C | 2D |
| Octal | 336 | 11 | 165 | 0 | 140 | 57 | 15 | 512 | 134 | 55 |
| Binary | 11011110 | 1001 | 1110101 | 0 | 1100000 | 101111 | 1101 | 101001010 | 1011100 | 101101 |
Color Harmonies of #DE0975
Complementary color
Monochromatic Colors of #DE0975
Black with #DE0975
Text Example
Text Example
White with #DE0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0975; }
p { color: rgb(222,9,117); }
H1.HeaderClassName
{
color: #DE0975;
}
.AnyTagClassName
{
color: #DE0975;
}
</style>
background-color css
<style>
a { background-color: #DE0975; }
a { background-color: rgb(222,9,117); }
div.DivClassName
{
background-color: #DE0975;
}
.BgClassName
{
background-color: #DE0975;
}
</style>
border-color css
<style>
span { border-color: #DE0975; }
span { border-color: rgb(222,9,117); }
td.TdClassName
{
border-color: #DE0975;
}
.TagClassName
{
border-color: #DE0975;
}
</style>