Shades of Ruby #DF0274
Tints of Ruby #DF0274
RGB
CMYK
RGB Variations
Color information
#DF0274 (or 0xDF0274) is known color: Ruby. HEX triplet: DF, 02 and 74. RGB value is (223,2,116). Sum of RGB (Red+Green+Blue) = 223+2+116=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0274 is #20FD8B. Grayscale: #505050. Windows color (decimal): -2162060 or 7602911. OLE color: 7602911.
HSL color Cylindrical-coordinate representation of color #DF0274: hue angle of 329.05º 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 #DF0274 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.13 |
| HSL | 329.05º | 0.98% | 0.44% | - |
| HSV(B) | 329.05º | 0.99% | 0.87% | - |
| XYZ | 33.61 | 16.99 | 18.03 | - |
| YUV | 81.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 116 | 0 | 0.99 | 0.48 | 0.13 | 329.05 | 0.98 | 0.44 |
| Hex | DF | 2 | 74 | 0 | 63 | 30 | D | 149 | 62 | 2C |
| Octal | 337 | 2 | 164 | 0 | 143 | 60 | 15 | 511 | 142 | 54 |
| Binary | 11011111 | 10 | 1110100 | 0 | 1100011 | 110000 | 1101 | 101001001 | 1100010 | 101100 |
Color Harmonies of #DF0274
Complementary color
Monochromatic Colors of #DF0274
Black with #DF0274
Text Example
Text Example
White with #DF0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0274; }
p { color: rgb(223,2,116); }
H1.HeaderClassName
{
color: #DF0274;
}
.AnyTagClassName
{
color: #DF0274;
}
</style>
background-color css
<style>
a { background-color: #DF0274; }
a { background-color: rgb(223,2,116); }
div.DivClassName
{
background-color: #DF0274;
}
.BgClassName
{
background-color: #DF0274;
}
</style>
border-color css
<style>
span { border-color: #DF0274; }
span { border-color: rgb(223,2,116); }
td.TdClassName
{
border-color: #DF0274;
}
.TagClassName
{
border-color: #DF0274;
}
</style>