Shades of Ruby #D8046C
Tints of Ruby #D8046C
RGB
CMYK
RGB Variations
Color information
#D8046C (or 0xD8046C) is known color: Ruby. HEX triplet: D8, 04 and 6C. RGB value is (216,4,108). Sum of RGB (Red+Green+Blue) = 216+4+108=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8046C is #27FB93. Grayscale: #4F4F4F. Windows color (decimal): -2620308 or 7079128. OLE color: 7079128.
HSL color Cylindrical-coordinate representation of color #D8046C: hue angle of 330.57º degrees, saturation: 0.96, 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 #D8046C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.15 |
| HSL | 330.57º | 0.96% | 0.43% | - |
| HSV(B) | 330.57º | 0.98% | 0.85% | - |
| XYZ | 31.07 | 15.77 | 15.59 | - |
| YUV | 79.24 | 144.24 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 108 | 0 | 0.98 | 0.50 | 0.15 | 330.57 | 0.96 | 0.43 |
| Hex | D8 | 4 | 6C | 0 | 62 | 32 | F | 14B | 60 | 2B |
| Octal | 330 | 4 | 154 | 0 | 142 | 62 | 17 | 513 | 140 | 53 |
| Binary | 11011000 | 100 | 1101100 | 0 | 1100010 | 110010 | 1111 | 101001011 | 1100000 | 101011 |
Color Harmonies of #D8046C
Complementary color
Monochromatic Colors of #D8046C
Black with #D8046C
Text Example
Text Example
White with #D8046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8046C; }
p { color: rgb(216,4,108); }
H1.HeaderClassName
{
color: #D8046C;
}
.AnyTagClassName
{
color: #D8046C;
}
</style>
background-color css
<style>
a { background-color: #D8046C; }
a { background-color: rgb(216,4,108); }
div.DivClassName
{
background-color: #D8046C;
}
.BgClassName
{
background-color: #D8046C;
}
</style>
border-color css
<style>
span { border-color: #D8046C; }
span { border-color: rgb(216,4,108); }
td.TdClassName
{
border-color: #D8046C;
}
.TagClassName
{
border-color: #D8046C;
}
</style>