Shades of Ruby #D8046B
Tints of Ruby #D8046B
RGB
CMYK
RGB Variations
Color information
#D8046B (or 0xD8046B) is known color: Ruby. HEX triplet: D8, 04 and 6B. RGB value is (216,4,107). Sum of RGB (Red+Green+Blue) = 216+4+107=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8046B is #27FB94. Grayscale: #4E4E4E. Windows color (decimal): -2620309 or 7013592. OLE color: 7013592.
HSL color Cylindrical-coordinate representation of color #D8046B: hue angle of 330.85º 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 #D8046B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.15 |
| HSL | 330.85º | 0.96% | 0.43% | - |
| HSV(B) | 330.85º | 0.98% | 0.85% | - |
| XYZ | 31.02 | 15.75 | 15.31 | - |
| YUV | 79.13 | 143.74 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 107 | 0 | 0.98 | 0.50 | 0.15 | 330.85 | 0.96 | 0.43 |
| Hex | D8 | 4 | 6B | 0 | 62 | 32 | F | 14B | 60 | 2B |
| Octal | 330 | 4 | 153 | 0 | 142 | 62 | 17 | 513 | 140 | 53 |
| Binary | 11011000 | 100 | 1101011 | 0 | 1100010 | 110010 | 1111 | 101001011 | 1100000 | 101011 |
Color Harmonies of #D8046B
Complementary color
Monochromatic Colors of #D8046B
Black with #D8046B
Text Example
Text Example
White with #D8046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8046B; }
p { color: rgb(216,4,107); }
H1.HeaderClassName
{
color: #D8046B;
}
.AnyTagClassName
{
color: #D8046B;
}
</style>
background-color css
<style>
a { background-color: #D8046B; }
a { background-color: rgb(216,4,107); }
div.DivClassName
{
background-color: #D8046B;
}
.BgClassName
{
background-color: #D8046B;
}
</style>
border-color css
<style>
span { border-color: #D8046B; }
span { border-color: rgb(216,4,107); }
td.TdClassName
{
border-color: #D8046B;
}
.TagClassName
{
border-color: #D8046B;
}
</style>