Shades of Ruby #DF0278
Tints of Ruby #DF0278
RGB
CMYK
RGB Variations
Color information
#DF0278 (or 0xDF0278) is known color: Ruby. HEX triplet: DF, 02 and 78. RGB value is (223,2,120). Sum of RGB (Red+Green+Blue) = 223+2+120=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0278 is #20FD87. Grayscale: #515151. Windows color (decimal): -2162056 or 7865055. OLE color: 7865055.
HSL color Cylindrical-coordinate representation of color #DF0278: hue angle of 327.96º 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 #DF0278 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.13 |
| HSL | 327.96º | 0.98% | 0.44% | - |
| HSV(B) | 327.96º | 0.99% | 0.87% | - |
| XYZ | 33.84 | 17.09 | 19.28 | - |
| YUV | 81.53 | 149.72 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 120 | 0 | 0.99 | 0.46 | 0.13 | 327.96 | 0.98 | 0.44 |
| Hex | DF | 2 | 78 | 0 | 63 | 2E | D | 148 | 62 | 2C |
| Octal | 337 | 2 | 170 | 0 | 143 | 56 | 15 | 510 | 142 | 54 |
| Binary | 11011111 | 10 | 1111000 | 0 | 1100011 | 101110 | 1101 | 101001000 | 1100010 | 101100 |
Color Harmonies of #DF0278
Complementary color
Monochromatic Colors of #DF0278
Black with #DF0278
Text Example
Text Example
White with #DF0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0278; }
p { color: rgb(223,2,120); }
H1.HeaderClassName
{
color: #DF0278;
}
.AnyTagClassName
{
color: #DF0278;
}
</style>
background-color css
<style>
a { background-color: #DF0278; }
a { background-color: rgb(223,2,120); }
div.DivClassName
{
background-color: #DF0278;
}
.BgClassName
{
background-color: #DF0278;
}
</style>
border-color css
<style>
span { border-color: #DF0278; }
span { border-color: rgb(223,2,120); }
td.TdClassName
{
border-color: #DF0278;
}
.TagClassName
{
border-color: #DF0278;
}
</style>