Shades of Ruby #DF1578
Tints of Ruby #DF1578
RGB
CMYK
RGB Variations
Color information
#DF1578 (or 0xDF1578) is known color: Ruby. HEX triplet: DF, 15 and 78. RGB value is (223,21,120). Sum of RGB (Red+Green+Blue) = 223+21+120=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1578 is #20EA87. Grayscale: #5C5C5C. Windows color (decimal): -2157192 or 7869919. OLE color: 7869919.
HSL color Cylindrical-coordinate representation of color #DF1578: hue angle of 330.59º 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 #DF1578 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 120 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.13 |
| HSL | 330.59º | 0.83% | 0.48% | - |
| HSV(B) | 330.59º | 0.91% | 0.87% | - |
| XYZ | 34.09 | 17.58 | 19.37 | - |
| YUV | 92.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 120 | 0 | 0.91 | 0.46 | 0.13 | 330.59 | 0.83 | 0.48 |
| Hex | DF | 15 | 78 | 0 | 5B | 2E | D | 14B | 53 | 30 |
| Octal | 337 | 25 | 170 | 0 | 133 | 56 | 15 | 513 | 123 | 60 |
| Binary | 11011111 | 10101 | 1111000 | 0 | 1011011 | 101110 | 1101 | 101001011 | 1010011 | 110000 |
Color Harmonies of #DF1578
Complementary color
Monochromatic Colors of #DF1578
Black with #DF1578
Text Example
Text Example
White with #DF1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1578; }
p { color: rgb(223,21,120); }
H1.HeaderClassName
{
color: #DF1578;
}
.AnyTagClassName
{
color: #DF1578;
}
</style>
background-color css
<style>
a { background-color: #DF1578; }
a { background-color: rgb(223,21,120); }
div.DivClassName
{
background-color: #DF1578;
}
.BgClassName
{
background-color: #DF1578;
}
</style>
border-color css
<style>
span { border-color: #DF1578; }
span { border-color: rgb(223,21,120); }
td.TdClassName
{
border-color: #DF1578;
}
.TagClassName
{
border-color: #DF1578;
}
</style>