Shades of Ruby #DF0376
Tints of Ruby #DF0376
RGB
CMYK
RGB Variations
Color information
#DF0376 (or 0xDF0376) is known color: Ruby. HEX triplet: DF, 03 and 76. RGB value is (223,3,118). Sum of RGB (Red+Green+Blue) = 223+3+118=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0376 is #20FC89. Grayscale: #515151. Windows color (decimal): -2161802 or 7734239. OLE color: 7734239.
HSL color Cylindrical-coordinate representation of color #DF0376: hue angle of 328.64º 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 #DF0376 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 118 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.13 |
| HSL | 328.64º | 0.97% | 0.44% | - |
| HSV(B) | 328.64º | 0.99% | 0.87% | - |
| XYZ | 33.73 | 17.06 | 18.65 | - |
| YUV | 81.89 | 148.39 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 118 | 0 | 0.99 | 0.47 | 0.13 | 328.64 | 0.97 | 0.44 |
| Hex | DF | 3 | 76 | 0 | 63 | 2F | D | 149 | 61 | 2C |
| Octal | 337 | 3 | 166 | 0 | 143 | 57 | 15 | 511 | 141 | 54 |
| Binary | 11011111 | 11 | 1110110 | 0 | 1100011 | 101111 | 1101 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DF0376
Complementary color
Monochromatic Colors of #DF0376
Black with #DF0376
Text Example
Text Example
White with #DF0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0376; }
p { color: rgb(223,3,118); }
H1.HeaderClassName
{
color: #DF0376;
}
.AnyTagClassName
{
color: #DF0376;
}
</style>
background-color css
<style>
a { background-color: #DF0376; }
a { background-color: rgb(223,3,118); }
div.DivClassName
{
background-color: #DF0376;
}
.BgClassName
{
background-color: #DF0376;
}
</style>
border-color css
<style>
span { border-color: #DF0376; }
span { border-color: rgb(223,3,118); }
td.TdClassName
{
border-color: #DF0376;
}
.TagClassName
{
border-color: #DF0376;
}
</style>