Shades of Ruby #DF1255
Tints of Ruby #DF1255
RGB
CMYK
RGB Variations
Color information
#DF1255 (or 0xDF1255) is known color: Ruby. HEX triplet: DF, 12 and 55. RGB value is (223,18,85). Sum of RGB (Red+Green+Blue) = 223+18+85=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1255 is #20EDAA. Grayscale: #565656. Windows color (decimal): -2157995 or 5575391. OLE color: 5575391.
HSL color Cylindrical-coordinate representation of color #DF1255: hue angle of 340.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1255 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 85 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.13 |
| HSL | 340.39º | 0.85% | 0.47% | - |
| HSV(B) | 340.39º | 0.92% | 0.87% | - |
| XYZ | 32.29 | 16.78 | 10.13 | - |
| YUV | 86.93 | 126.92 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 85 | 0 | 0.92 | 0.62 | 0.13 | 340.39 | 0.85 | 0.47 |
| Hex | DF | 12 | 55 | 0 | 5C | 3E | D | 154 | 55 | 2F |
| Octal | 337 | 22 | 125 | 0 | 134 | 76 | 15 | 524 | 125 | 57 |
| Binary | 11011111 | 10010 | 1010101 | 0 | 1011100 | 111110 | 1101 | 101010100 | 1010101 | 101111 |
Color Harmonies of #DF1255
Complementary color
Monochromatic Colors of #DF1255
Black with #DF1255
Text Example
Text Example
White with #DF1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1255; }
p { color: rgb(223,18,85); }
H1.HeaderClassName
{
color: #DF1255;
}
.AnyTagClassName
{
color: #DF1255;
}
</style>
background-color css
<style>
a { background-color: #DF1255; }
a { background-color: rgb(223,18,85); }
div.DivClassName
{
background-color: #DF1255;
}
.BgClassName
{
background-color: #DF1255;
}
</style>
border-color css
<style>
span { border-color: #DF1255; }
span { border-color: rgb(223,18,85); }
td.TdClassName
{
border-color: #DF1255;
}
.TagClassName
{
border-color: #DF1255;
}
</style>