Shades of Ruby #DF0375
Tints of Ruby #DF0375
RGB
CMYK
RGB Variations
Color information
#DF0375 (or 0xDF0375) is known color: Ruby. HEX triplet: DF, 03 and 75. RGB value is (223,3,117). Sum of RGB (Red+Green+Blue) = 223+3+117=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0375 is #20FC8A. Grayscale: #515151. Windows color (decimal): -2161803 or 7668703. OLE color: 7668703.
HSL color Cylindrical-coordinate representation of color #DF0375: hue angle of 328.91º degrees, saturation: 0.97, 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 #DF0375 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.13 |
| HSL | 328.91º | 0.97% | 0.44% | - |
| HSV(B) | 328.91º | 0.99% | 0.87% | - |
| XYZ | 33.67 | 17.04 | 18.34 | - |
| YUV | 81.78 | 147.89 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 117 | 0 | 0.99 | 0.48 | 0.13 | 328.91 | 0.97 | 0.44 |
| Hex | DF | 3 | 75 | 0 | 63 | 30 | D | 149 | 61 | 2C |
| Octal | 337 | 3 | 165 | 0 | 143 | 60 | 15 | 511 | 141 | 54 |
| Binary | 11011111 | 11 | 1110101 | 0 | 1100011 | 110000 | 1101 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DF0375
Complementary color
Monochromatic Colors of #DF0375
Black with #DF0375
Text Example
Text Example
White with #DF0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0375; }
p { color: rgb(223,3,117); }
H1.HeaderClassName
{
color: #DF0375;
}
.AnyTagClassName
{
color: #DF0375;
}
</style>
background-color css
<style>
a { background-color: #DF0375; }
a { background-color: rgb(223,3,117); }
div.DivClassName
{
background-color: #DF0375;
}
.BgClassName
{
background-color: #DF0375;
}
</style>
border-color css
<style>
span { border-color: #DF0375; }
span { border-color: rgb(223,3,117); }
td.TdClassName
{
border-color: #DF0375;
}
.TagClassName
{
border-color: #DF0375;
}
</style>