Shades of Ruby #DF1476
Tints of Ruby #DF1476
RGB
CMYK
RGB Variations
Color information
#DF1476 (or 0xDF1476) is known color: Ruby. HEX triplet: DF, 14 and 76. RGB value is (223,20,118). Sum of RGB (Red+Green+Blue) = 223+20+118=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1476 is #20EB89. Grayscale: #5B5B5B. Windows color (decimal): -2157450 or 7738591. OLE color: 7738591.
HSL color Cylindrical-coordinate representation of color #DF1476: hue angle of 331.03º degrees, saturation: 0.84, 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 #DF1476 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 118 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.13 |
| HSL | 331.03º | 0.84% | 0.48% | - |
| HSV(B) | 331.03º | 0.91% | 0.87% | - |
| XYZ | 33.95 | 17.5 | 18.73 | - |
| YUV | 91.87 | 142.75 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 118 | 0 | 0.91 | 0.47 | 0.13 | 331.03 | 0.84 | 0.48 |
| Hex | DF | 14 | 76 | 0 | 5B | 2F | D | 14B | 54 | 30 |
| Octal | 337 | 24 | 166 | 0 | 133 | 57 | 15 | 513 | 124 | 60 |
| Binary | 11011111 | 10100 | 1110110 | 0 | 1011011 | 101111 | 1101 | 101001011 | 1010100 | 110000 |
Color Harmonies of #DF1476
Complementary color
Monochromatic Colors of #DF1476
Black with #DF1476
Text Example
Text Example
White with #DF1476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1476; }
p { color: rgb(223,20,118); }
H1.HeaderClassName
{
color: #DF1476;
}
.AnyTagClassName
{
color: #DF1476;
}
</style>
background-color css
<style>
a { background-color: #DF1476; }
a { background-color: rgb(223,20,118); }
div.DivClassName
{
background-color: #DF1476;
}
.BgClassName
{
background-color: #DF1476;
}
</style>
border-color css
<style>
span { border-color: #DF1476; }
span { border-color: rgb(223,20,118); }
td.TdClassName
{
border-color: #DF1476;
}
.TagClassName
{
border-color: #DF1476;
}
</style>