Shades of Ruby #D8046A
Tints of Ruby #D8046A
RGB
CMYK
RGB Variations
Color information
#D8046A (or 0xD8046A) is known color: Ruby. HEX triplet: D8, 04 and 6A. RGB value is (216,4,106). Sum of RGB (Red+Green+Blue) = 216+4+106=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8046A is #27FB95. Grayscale: #4E4E4E. Windows color (decimal): -2620310 or 6948056. OLE color: 6948056.
HSL color Cylindrical-coordinate representation of color #D8046A: hue angle of 331.13º 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 #D8046A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.15 |
| HSL | 331.13º | 0.96% | 0.43% | - |
| HSV(B) | 331.13º | 0.98% | 0.85% | - |
| XYZ | 30.96 | 15.73 | 15.04 | - |
| YUV | 79.02 | 143.24 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 106 | 0 | 0.98 | 0.51 | 0.15 | 331.13 | 0.96 | 0.43 |
| Hex | D8 | 4 | 6A | 0 | 62 | 33 | F | 14B | 60 | 2B |
| Octal | 330 | 4 | 152 | 0 | 142 | 63 | 17 | 513 | 140 | 53 |
| Binary | 11011000 | 100 | 1101010 | 0 | 1100010 | 110011 | 1111 | 101001011 | 1100000 | 101011 |
Color Harmonies of #D8046A
Complementary color
Monochromatic Colors of #D8046A
Black with #D8046A
Text Example
Text Example
White with #D8046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8046A; }
p { color: rgb(216,4,106); }
H1.HeaderClassName
{
color: #D8046A;
}
.AnyTagClassName
{
color: #D8046A;
}
</style>
background-color css
<style>
a { background-color: #D8046A; }
a { background-color: rgb(216,4,106); }
div.DivClassName
{
background-color: #D8046A;
}
.BgClassName
{
background-color: #D8046A;
}
</style>
border-color css
<style>
span { border-color: #D8046A; }
span { border-color: rgb(216,4,106); }
td.TdClassName
{
border-color: #D8046A;
}
.TagClassName
{
border-color: #D8046A;
}
</style>