Shades of Ruby #DF0477
Tints of Ruby #DF0477
RGB
CMYK
RGB Variations
Color information
#DF0477 (or 0xDF0477) is known color: Ruby. HEX triplet: DF, 04 and 77. RGB value is (223,4,119). Sum of RGB (Red+Green+Blue) = 223+4+119=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0477 is #20FB88. Grayscale: #525252. Windows color (decimal): -2161545 or 7800031. OLE color: 7800031.
HSL color Cylindrical-coordinate representation of color #DF0477: hue angle of 328.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0477 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.13 |
| HSL | 328.49º | 0.96% | 0.45% | - |
| HSV(B) | 328.49º | 0.98% | 0.87% | - |
| XYZ | 33.8 | 17.11 | 18.97 | - |
| YUV | 82.59 | 148.55 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 119 | 0 | 0.98 | 0.47 | 0.13 | 328.49 | 0.96 | 0.45 |
| Hex | DF | 4 | 77 | 0 | 62 | 2F | D | 148 | 60 | 2D |
| Octal | 337 | 4 | 167 | 0 | 142 | 57 | 15 | 510 | 140 | 55 |
| Binary | 11011111 | 100 | 1110111 | 0 | 1100010 | 101111 | 1101 | 101001000 | 1100000 | 101101 |
Color Harmonies of #DF0477
Complementary color
Monochromatic Colors of #DF0477
Black with #DF0477
Text Example
Text Example
White with #DF0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0477; }
p { color: rgb(223,4,119); }
H1.HeaderClassName
{
color: #DF0477;
}
.AnyTagClassName
{
color: #DF0477;
}
</style>
background-color css
<style>
a { background-color: #DF0477; }
a { background-color: rgb(223,4,119); }
div.DivClassName
{
background-color: #DF0477;
}
.BgClassName
{
background-color: #DF0477;
}
</style>
border-color css
<style>
span { border-color: #DF0477; }
span { border-color: rgb(223,4,119); }
td.TdClassName
{
border-color: #DF0477;
}
.TagClassName
{
border-color: #DF0477;
}
</style>