Shades of Ruby #DF0276
Tints of Ruby #DF0276
RGB
CMYK
RGB Variations
Color information
#DF0276 (or 0xDF0276) is known color: Ruby. HEX triplet: DF, 02 and 76. RGB value is (223,2,118). Sum of RGB (Red+Green+Blue) = 223+2+118=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0276 is #20FD89. Grayscale: #515151. Windows color (decimal): -2162058 or 7733983. OLE color: 7733983.
HSL color Cylindrical-coordinate representation of color #DF0276: hue angle of 328.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0276 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.13 |
| HSL | 328.51º | 0.98% | 0.44% | - |
| HSV(B) | 328.51º | 0.99% | 0.87% | - |
| XYZ | 33.72 | 17.04 | 18.65 | - |
| YUV | 81.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 118 | 0 | 0.99 | 0.47 | 0.13 | 328.51 | 0.98 | 0.44 |
| Hex | DF | 2 | 76 | 0 | 63 | 2F | D | 149 | 62 | 2C |
| Octal | 337 | 2 | 166 | 0 | 143 | 57 | 15 | 511 | 142 | 54 |
| Binary | 11011111 | 10 | 1110110 | 0 | 1100011 | 101111 | 1101 | 101001001 | 1100010 | 101100 |
Color Harmonies of #DF0276
Complementary color
Monochromatic Colors of #DF0276
Black with #DF0276
Text Example
Text Example
White with #DF0276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0276; }
p { color: rgb(223,2,118); }
H1.HeaderClassName
{
color: #DF0276;
}
.AnyTagClassName
{
color: #DF0276;
}
</style>
background-color css
<style>
a { background-color: #DF0276; }
a { background-color: rgb(223,2,118); }
div.DivClassName
{
background-color: #DF0276;
}
.BgClassName
{
background-color: #DF0276;
}
</style>
border-color css
<style>
span { border-color: #DF0276; }
span { border-color: rgb(223,2,118); }
td.TdClassName
{
border-color: #DF0276;
}
.TagClassName
{
border-color: #DF0276;
}
</style>