Shades of Ruby #D9056F
Tints of Ruby #D9056F
RGB
CMYK
RGB Variations
Color information
#D9056F (or 0xD9056F) is known color: Ruby. HEX triplet: D9, 05 and 6F. RGB value is (217,5,111). Sum of RGB (Red+Green+Blue) = 217+5+111=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9056F is #26FA90. Grayscale: #505050. Windows color (decimal): -2554513 or 7275993. OLE color: 7275993.
HSL color Cylindrical-coordinate representation of color #D9056F: hue angle of 330º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9056F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.15 |
| HSL | 330º | 0.95% | 0.44% | - |
| HSV(B) | 330º | 0.98% | 0.85% | - |
| XYZ | 31.54 | 16.01 | 16.47 | - |
| YUV | 80.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 111 | 0 | 0.98 | 0.49 | 0.15 | 330 | 0.95 | 0.44 |
| Hex | D9 | 5 | 6F | 0 | 62 | 31 | F | 14A | 5F | 2C |
| Octal | 331 | 5 | 157 | 0 | 142 | 61 | 17 | 512 | 137 | 54 |
| Binary | 11011001 | 101 | 1101111 | 0 | 1100010 | 110001 | 1111 | 101001010 | 1011111 | 101100 |
Color Harmonies of #D9056F
Complementary color
Monochromatic Colors of #D9056F
Black with #D9056F
Text Example
Text Example
White with #D9056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9056F; }
p { color: rgb(217,5,111); }
H1.HeaderClassName
{
color: #D9056F;
}
.AnyTagClassName
{
color: #D9056F;
}
</style>
background-color css
<style>
a { background-color: #D9056F; }
a { background-color: rgb(217,5,111); }
div.DivClassName
{
background-color: #D9056F;
}
.BgClassName
{
background-color: #D9056F;
}
</style>
border-color css
<style>
span { border-color: #D9056F; }
span { border-color: rgb(217,5,111); }
td.TdClassName
{
border-color: #D9056F;
}
.TagClassName
{
border-color: #D9056F;
}
</style>