Shades of Ruby #DF1577
Tints of Ruby #DF1577
RGB
CMYK
RGB Variations
Color information
#DF1577 (or 0xDF1577) is known color: Ruby. HEX triplet: DF, 15 and 77. RGB value is (223,21,119). Sum of RGB (Red+Green+Blue) = 223+21+119=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1577 is #20EA88. Grayscale: #5C5C5C. Windows color (decimal): -2157193 or 7804383. OLE color: 7804383.
HSL color Cylindrical-coordinate representation of color #DF1577: hue angle of 330.89º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1577 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 119 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.13 |
| HSL | 330.89º | 0.83% | 0.48% | - |
| HSV(B) | 330.89º | 0.91% | 0.87% | - |
| XYZ | 34.03 | 17.56 | 19.05 | - |
| YUV | 92.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 119 | 0 | 0.91 | 0.47 | 0.13 | 330.89 | 0.83 | 0.48 |
| Hex | DF | 15 | 77 | 0 | 5B | 2F | D | 14B | 53 | 30 |
| Octal | 337 | 25 | 167 | 0 | 133 | 57 | 15 | 513 | 123 | 60 |
| Binary | 11011111 | 10101 | 1110111 | 0 | 1011011 | 101111 | 1101 | 101001011 | 1010011 | 110000 |
Color Harmonies of #DF1577
Complementary color
Monochromatic Colors of #DF1577
Black with #DF1577
Text Example
Text Example
White with #DF1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1577; }
p { color: rgb(223,21,119); }
H1.HeaderClassName
{
color: #DF1577;
}
.AnyTagClassName
{
color: #DF1577;
}
</style>
background-color css
<style>
a { background-color: #DF1577; }
a { background-color: rgb(223,21,119); }
div.DivClassName
{
background-color: #DF1577;
}
.BgClassName
{
background-color: #DF1577;
}
</style>
border-color css
<style>
span { border-color: #DF1577; }
span { border-color: rgb(223,21,119); }
td.TdClassName
{
border-color: #DF1577;
}
.TagClassName
{
border-color: #DF1577;
}
</style>