Shades of Ruby #DF1A75
Tints of Ruby #DF1A75
RGB
CMYK
RGB Variations
Color information
#DF1A75 (or 0xDF1A75) is known color: Ruby. HEX triplet: DF, 1A and 75. RGB value is (223,26,117). Sum of RGB (Red+Green+Blue) = 223+26+117=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1A75 is #20E58A. Grayscale: #5F5F5F. Windows color (decimal): -2155915 or 7674591. OLE color: 7674591.
HSL color Cylindrical-coordinate representation of color #DF1A75: hue angle of 332.28º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A75 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 117 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.13 |
| HSL | 332.28º | 0.79% | 0.49% | - |
| HSV(B) | 332.28º | 0.88% | 0.87% | - |
| XYZ | 34.01 | 17.71 | 18.46 | - |
| YUV | 95.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 117 | 0 | 0.88 | 0.48 | 0.13 | 332.28 | 0.79 | 0.49 |
| Hex | DF | 1A | 75 | 0 | 58 | 30 | D | 14C | 4F | 31 |
| Octal | 337 | 32 | 165 | 0 | 130 | 60 | 15 | 514 | 117 | 61 |
| Binary | 11011111 | 11010 | 1110101 | 0 | 1011000 | 110000 | 1101 | 101001100 | 1001111 | 110001 |
Color Harmonies of #DF1A75
Complementary color
Monochromatic Colors of #DF1A75
Black with #DF1A75
Text Example
Text Example
White with #DF1A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A75; }
p { color: rgb(223,26,117); }
H1.HeaderClassName
{
color: #DF1A75;
}
.AnyTagClassName
{
color: #DF1A75;
}
</style>
background-color css
<style>
a { background-color: #DF1A75; }
a { background-color: rgb(223,26,117); }
div.DivClassName
{
background-color: #DF1A75;
}
.BgClassName
{
background-color: #DF1A75;
}
</style>
border-color css
<style>
span { border-color: #DF1A75; }
span { border-color: rgb(223,26,117); }
td.TdClassName
{
border-color: #DF1A75;
}
.TagClassName
{
border-color: #DF1A75;
}
</style>