Shades of Ruby #DF1772
Tints of Ruby #DF1772
RGB
CMYK
RGB Variations
Color information
#DF1772 (or 0xDF1772) is known color: Ruby. HEX triplet: DF, 17 and 72. RGB value is (223,23,114). Sum of RGB (Red+Green+Blue) = 223+23+114=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1772 is #20E88D. Grayscale: #5D5D5D. Windows color (decimal): -2156686 or 7477215. OLE color: 7477215.
HSL color Cylindrical-coordinate representation of color #DF1772: hue angle of 332.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1772 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.13 |
| HSL | 332.7º | 0.81% | 0.48% | - |
| HSV(B) | 332.7º | 0.9% | 0.87% | - |
| XYZ | 33.78 | 17.52 | 17.52 | - |
| YUV | 93.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 114 | 0 | 0.90 | 0.49 | 0.13 | 332.7 | 0.81 | 0.48 |
| Hex | DF | 17 | 72 | 0 | 5A | 31 | D | 14D | 51 | 30 |
| Octal | 337 | 27 | 162 | 0 | 132 | 61 | 15 | 515 | 121 | 60 |
| Binary | 11011111 | 10111 | 1110010 | 0 | 1011010 | 110001 | 1101 | 101001101 | 1010001 | 110000 |
Color Harmonies of #DF1772
Complementary color
Monochromatic Colors of #DF1772
Black with #DF1772
Text Example
Text Example
White with #DF1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1772; }
p { color: rgb(223,23,114); }
H1.HeaderClassName
{
color: #DF1772;
}
.AnyTagClassName
{
color: #DF1772;
}
</style>
background-color css
<style>
a { background-color: #DF1772; }
a { background-color: rgb(223,23,114); }
div.DivClassName
{
background-color: #DF1772;
}
.BgClassName
{
background-color: #DF1772;
}
</style>
border-color css
<style>
span { border-color: #DF1772; }
span { border-color: rgb(223,23,114); }
td.TdClassName
{
border-color: #DF1772;
}
.TagClassName
{
border-color: #DF1772;
}
</style>