Shades of Ruby #DF0275
Tints of Ruby #DF0275
RGB
CMYK
RGB Variations
Color information
#DF0275 (or 0xDF0275) is known color: Ruby. HEX triplet: DF, 02 and 75. RGB value is (223,2,117). Sum of RGB (Red+Green+Blue) = 223+2+117=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0275 is #20FD8A. Grayscale: #505050. Windows color (decimal): -2162059 or 7668447. OLE color: 7668447.
HSL color Cylindrical-coordinate representation of color #DF0275: hue angle of 328.78º 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 #DF0275 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.13 |
| HSL | 328.78º | 0.98% | 0.44% | - |
| HSV(B) | 328.78º | 0.99% | 0.87% | - |
| XYZ | 33.66 | 17.02 | 18.34 | - |
| YUV | 81.19 | 148.22 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 117 | 0 | 0.99 | 0.48 | 0.13 | 328.78 | 0.98 | 0.44 |
| Hex | DF | 2 | 75 | 0 | 63 | 30 | D | 149 | 62 | 2C |
| Octal | 337 | 2 | 165 | 0 | 143 | 60 | 15 | 511 | 142 | 54 |
| Binary | 11011111 | 10 | 1110101 | 0 | 1100011 | 110000 | 1101 | 101001001 | 1100010 | 101100 |
Color Harmonies of #DF0275
Complementary color
Monochromatic Colors of #DF0275
Black with #DF0275
Text Example
Text Example
White with #DF0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0275; }
p { color: rgb(223,2,117); }
H1.HeaderClassName
{
color: #DF0275;
}
.AnyTagClassName
{
color: #DF0275;
}
</style>
background-color css
<style>
a { background-color: #DF0275; }
a { background-color: rgb(223,2,117); }
div.DivClassName
{
background-color: #DF0275;
}
.BgClassName
{
background-color: #DF0275;
}
</style>
border-color css
<style>
span { border-color: #DF0275; }
span { border-color: rgb(223,2,117); }
td.TdClassName
{
border-color: #DF0275;
}
.TagClassName
{
border-color: #DF0275;
}
</style>