Shades of Ruby #DF1877
Tints of Ruby #DF1877
RGB
CMYK
RGB Variations
Color information
#DF1877 (or 0xDF1877) is known color: Ruby. HEX triplet: DF, 18 and 77. RGB value is (223,24,119). Sum of RGB (Red+Green+Blue) = 223+24+119=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1877 is #20E788. Grayscale: #5E5E5E. Windows color (decimal): -2156425 or 7805151. OLE color: 7805151.
HSL color Cylindrical-coordinate representation of color #DF1877: hue angle of 331.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1877 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 119 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.13 |
| HSL | 331.36º | 0.81% | 0.48% | - |
| HSV(B) | 331.36º | 0.89% | 0.87% | - |
| XYZ | 34.09 | 17.67 | 19.07 | - |
| YUV | 94.33 | 141.93 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 119 | 0 | 0.89 | 0.47 | 0.13 | 331.36 | 0.81 | 0.48 |
| Hex | DF | 18 | 77 | 0 | 59 | 2F | D | 14B | 51 | 30 |
| Octal | 337 | 30 | 167 | 0 | 131 | 57 | 15 | 513 | 121 | 60 |
| Binary | 11011111 | 11000 | 1110111 | 0 | 1011001 | 101111 | 1101 | 101001011 | 1010001 | 110000 |
Color Harmonies of #DF1877
Complementary color
Monochromatic Colors of #DF1877
Black with #DF1877
Text Example
Text Example
White with #DF1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1877; }
p { color: rgb(223,24,119); }
H1.HeaderClassName
{
color: #DF1877;
}
.AnyTagClassName
{
color: #DF1877;
}
</style>
background-color css
<style>
a { background-color: #DF1877; }
a { background-color: rgb(223,24,119); }
div.DivClassName
{
background-color: #DF1877;
}
.BgClassName
{
background-color: #DF1877;
}
</style>
border-color css
<style>
span { border-color: #DF1877; }
span { border-color: rgb(223,24,119); }
td.TdClassName
{
border-color: #DF1877;
}
.TagClassName
{
border-color: #DF1877;
}
</style>