Shades of Ruby #D9046B
Tints of Ruby #D9046B
RGB
CMYK
RGB Variations
Color information
#D9046B (or 0xD9046B) is known color: Ruby. HEX triplet: D9, 04 and 6B. RGB value is (217,4,107). Sum of RGB (Red+Green+Blue) = 217+4+107=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9046B is #26FB94. Grayscale: #4F4F4F. Windows color (decimal): -2554773 or 7013593. OLE color: 7013593.
HSL color Cylindrical-coordinate representation of color #D9046B: hue angle of 330.99º 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 #D9046B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.15 |
| HSL | 330.99º | 0.96% | 0.43% | - |
| HSV(B) | 330.99º | 0.98% | 0.85% | - |
| XYZ | 31.31 | 15.9 | 15.33 | - |
| YUV | 79.43 | 143.57 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 107 | 0 | 0.98 | 0.51 | 0.15 | 330.99 | 0.96 | 0.43 |
| Hex | D9 | 4 | 6B | 0 | 62 | 33 | F | 14B | 60 | 2B |
| Octal | 331 | 4 | 153 | 0 | 142 | 63 | 17 | 513 | 140 | 53 |
| Binary | 11011001 | 100 | 1101011 | 0 | 1100010 | 110011 | 1111 | 101001011 | 1100000 | 101011 |
Color Harmonies of #D9046B
Complementary color
Monochromatic Colors of #D9046B
Black with #D9046B
Text Example
Text Example
White with #D9046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9046B; }
p { color: rgb(217,4,107); }
H1.HeaderClassName
{
color: #D9046B;
}
.AnyTagClassName
{
color: #D9046B;
}
</style>
background-color css
<style>
a { background-color: #D9046B; }
a { background-color: rgb(217,4,107); }
div.DivClassName
{
background-color: #D9046B;
}
.BgClassName
{
background-color: #D9046B;
}
</style>
border-color css
<style>
span { border-color: #D9046B; }
span { border-color: rgb(217,4,107); }
td.TdClassName
{
border-color: #D9046B;
}
.TagClassName
{
border-color: #D9046B;
}
</style>