Shades of Ruby #DE0677
Tints of Ruby #DE0677
RGB
CMYK
RGB Variations
Color information
#DE0677 (or 0xDE0677) is known color: Ruby. HEX triplet: DE, 06 and 77. RGB value is (222,6,119). Sum of RGB (Red+Green+Blue) = 222+6+119=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0677 is #21F988. Grayscale: #535353. Windows color (decimal): -2226569 or 7800542. OLE color: 7800542.
HSL color Cylindrical-coordinate representation of color #DE0677: hue angle of 328.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0677 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.13 |
| HSL | 328.61º | 0.95% | 0.45% | - |
| HSV(B) | 328.61º | 0.97% | 0.87% | - |
| XYZ | 33.52 | 16.99 | 18.97 | - |
| YUV | 83.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 119 | 0 | 0.97 | 0.46 | 0.13 | 328.61 | 0.95 | 0.45 |
| Hex | DE | 6 | 77 | 0 | 61 | 2E | D | 149 | 5F | 2D |
| Octal | 336 | 6 | 167 | 0 | 141 | 56 | 15 | 511 | 137 | 55 |
| Binary | 11011110 | 110 | 1110111 | 0 | 1100001 | 101110 | 1101 | 101001001 | 1011111 | 101101 |
Color Harmonies of #DE0677
Complementary color
Monochromatic Colors of #DE0677
Black with #DE0677
Text Example
Text Example
White with #DE0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0677; }
p { color: rgb(222,6,119); }
H1.HeaderClassName
{
color: #DE0677;
}
.AnyTagClassName
{
color: #DE0677;
}
</style>
background-color css
<style>
a { background-color: #DE0677; }
a { background-color: rgb(222,6,119); }
div.DivClassName
{
background-color: #DE0677;
}
.BgClassName
{
background-color: #DE0677;
}
</style>
border-color css
<style>
span { border-color: #DE0677; }
span { border-color: rgb(222,6,119); }
td.TdClassName
{
border-color: #DE0677;
}
.TagClassName
{
border-color: #DE0677;
}
</style>