Shades of Ruby #D9036B
Tints of Ruby #D9036B
RGB
CMYK
RGB Variations
Color information
#D9036B (or 0xD9036B) is known color: Ruby. HEX triplet: D9, 03 and 6B. RGB value is (217,3,107). Sum of RGB (Red+Green+Blue) = 217+3+107=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9036B is #26FC94. Grayscale: #4E4E4E. Windows color (decimal): -2555029 or 7013337. OLE color: 7013337.
HSL color Cylindrical-coordinate representation of color #D9036B: hue angle of 330.84º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9036B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.15 |
| HSL | 330.84º | 0.97% | 0.43% | - |
| HSV(B) | 330.84º | 0.99% | 0.85% | - |
| XYZ | 31.3 | 15.88 | 15.32 | - |
| YUV | 78.84 | 143.9 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 107 | 0 | 0.99 | 0.51 | 0.15 | 330.84 | 0.97 | 0.43 |
| Hex | D9 | 3 | 6B | 0 | 63 | 33 | F | 14B | 61 | 2B |
| Octal | 331 | 3 | 153 | 0 | 143 | 63 | 17 | 513 | 141 | 53 |
| Binary | 11011001 | 11 | 1101011 | 0 | 1100011 | 110011 | 1111 | 101001011 | 1100001 | 101011 |
Color Harmonies of #D9036B
Complementary color
Monochromatic Colors of #D9036B
Black with #D9036B
Text Example
Text Example
White with #D9036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9036B; }
p { color: rgb(217,3,107); }
H1.HeaderClassName
{
color: #D9036B;
}
.AnyTagClassName
{
color: #D9036B;
}
</style>
background-color css
<style>
a { background-color: #D9036B; }
a { background-color: rgb(217,3,107); }
div.DivClassName
{
background-color: #D9036B;
}
.BgClassName
{
background-color: #D9036B;
}
</style>
border-color css
<style>
span { border-color: #D9036B; }
span { border-color: rgb(217,3,107); }
td.TdClassName
{
border-color: #D9036B;
}
.TagClassName
{
border-color: #D9036B;
}
</style>