Shades of Ruby #DF0273
Tints of Ruby #DF0273
RGB
CMYK
RGB Variations
Color information
#DF0273 (or 0xDF0273) is known color: Ruby. HEX triplet: DF, 02 and 73. RGB value is (223,2,115). Sum of RGB (Red+Green+Blue) = 223+2+115=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0273 is #20FD8C. Grayscale: #505050. Windows color (decimal): -2162061 or 7537375. OLE color: 7537375.
HSL color Cylindrical-coordinate representation of color #DF0273: hue angle of 329.32º 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 #DF0273 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.13 |
| HSL | 329.32º | 0.98% | 0.44% | - |
| HSV(B) | 329.32º | 0.99% | 0.87% | - |
| XYZ | 33.55 | 16.97 | 17.73 | - |
| YUV | 80.96 | 147.22 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 115 | 0 | 0.99 | 0.48 | 0.13 | 329.32 | 0.98 | 0.44 |
| Hex | DF | 2 | 73 | 0 | 63 | 30 | D | 149 | 62 | 2C |
| Octal | 337 | 2 | 163 | 0 | 143 | 60 | 15 | 511 | 142 | 54 |
| Binary | 11011111 | 10 | 1110011 | 0 | 1100011 | 110000 | 1101 | 101001001 | 1100010 | 101100 |
Color Harmonies of #DF0273
Complementary color
Monochromatic Colors of #DF0273
Black with #DF0273
Text Example
Text Example
White with #DF0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0273; }
p { color: rgb(223,2,115); }
H1.HeaderClassName
{
color: #DF0273;
}
.AnyTagClassName
{
color: #DF0273;
}
</style>
background-color css
<style>
a { background-color: #DF0273; }
a { background-color: rgb(223,2,115); }
div.DivClassName
{
background-color: #DF0273;
}
.BgClassName
{
background-color: #DF0273;
}
</style>
border-color css
<style>
span { border-color: #DF0273; }
span { border-color: rgb(223,2,115); }
td.TdClassName
{
border-color: #DF0273;
}
.TagClassName
{
border-color: #DF0273;
}
</style>