Shades of Ruby #D8056F
Tints of Ruby #D8056F
RGB
CMYK
RGB Variations
Color information
#D8056F (or 0xD8056F) is known color: Ruby. HEX triplet: D8, 05 and 6F. RGB value is (216,5,111). Sum of RGB (Red+Green+Blue) = 216+5+111=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8056F is #27FA90. Grayscale: #4F4F4F. Windows color (decimal): -2620049 or 7275992. OLE color: 7275992.
HSL color Cylindrical-coordinate representation of color #D8056F: hue angle of 329.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8056F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.15 |
| HSL | 329.86º | 0.95% | 0.43% | - |
| HSV(B) | 329.86º | 0.98% | 0.85% | - |
| XYZ | 31.24 | 15.86 | 16.45 | - |
| YUV | 80.17 | 145.4 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 111 | 0 | 0.98 | 0.49 | 0.15 | 329.86 | 0.95 | 0.43 |
| Hex | D8 | 5 | 6F | 0 | 62 | 31 | F | 14A | 5F | 2B |
| Octal | 330 | 5 | 157 | 0 | 142 | 61 | 17 | 512 | 137 | 53 |
| Binary | 11011000 | 101 | 1101111 | 0 | 1100010 | 110001 | 1111 | 101001010 | 1011111 | 101011 |
Color Harmonies of #D8056F
Complementary color
Monochromatic Colors of #D8056F
Black with #D8056F
Text Example
Text Example
White with #D8056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8056F; }
p { color: rgb(216,5,111); }
H1.HeaderClassName
{
color: #D8056F;
}
.AnyTagClassName
{
color: #D8056F;
}
</style>
background-color css
<style>
a { background-color: #D8056F; }
a { background-color: rgb(216,5,111); }
div.DivClassName
{
background-color: #D8056F;
}
.BgClassName
{
background-color: #D8056F;
}
</style>
border-color css
<style>
span { border-color: #D8056F; }
span { border-color: rgb(216,5,111); }
td.TdClassName
{
border-color: #D8056F;
}
.TagClassName
{
border-color: #D8056F;
}
</style>