Shades of Ruby #DF1275
Tints of Ruby #DF1275
RGB
CMYK
RGB Variations
Color information
#DF1275 (or 0xDF1275) is known color: Ruby. HEX triplet: DF, 12 and 75. RGB value is (223,18,117). Sum of RGB (Red+Green+Blue) = 223+18+117=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1275 is #20ED8A. Grayscale: #5A5A5A. Windows color (decimal): -2157963 or 7672543. OLE color: 7672543.
HSL color Cylindrical-coordinate representation of color #DF1275: hue angle of 331.02º 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 #DF1275 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.13 |
| HSL | 331.02º | 0.85% | 0.47% | - |
| HSV(B) | 331.02º | 0.92% | 0.87% | - |
| XYZ | 33.86 | 17.4 | 18.4 | - |
| YUV | 90.58 | 142.92 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 117 | 0 | 0.92 | 0.48 | 0.13 | 331.02 | 0.85 | 0.47 |
| Hex | DF | 12 | 75 | 0 | 5C | 30 | D | 14B | 55 | 2F |
| Octal | 337 | 22 | 165 | 0 | 134 | 60 | 15 | 513 | 125 | 57 |
| Binary | 11011111 | 10010 | 1110101 | 0 | 1011100 | 110000 | 1101 | 101001011 | 1010101 | 101111 |
Color Harmonies of #DF1275
Complementary color
Monochromatic Colors of #DF1275
Black with #DF1275
Text Example
Text Example
White with #DF1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1275; }
p { color: rgb(223,18,117); }
H1.HeaderClassName
{
color: #DF1275;
}
.AnyTagClassName
{
color: #DF1275;
}
</style>
background-color css
<style>
a { background-color: #DF1275; }
a { background-color: rgb(223,18,117); }
div.DivClassName
{
background-color: #DF1275;
}
.BgClassName
{
background-color: #DF1275;
}
</style>
border-color css
<style>
span { border-color: #DF1275; }
span { border-color: rgb(223,18,117); }
td.TdClassName
{
border-color: #DF1275;
}
.TagClassName
{
border-color: #DF1275;
}
</style>