Shades of Ruby #D9036D
Tints of Ruby #D9036D
RGB
CMYK
RGB Variations
Color information
#D9036D (or 0xD9036D) is known color: Ruby. HEX triplet: D9, 03 and 6D. RGB value is (217,3,109). Sum of RGB (Red+Green+Blue) = 217+3+109=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9036D is #26FC92. Grayscale: #4E4E4E. Windows color (decimal): -2555027 or 7144409. OLE color: 7144409.
HSL color Cylindrical-coordinate representation of color #D9036D: hue angle of 330.28º 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 #D9036D is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.15 |
| HSL | 330.28º | 0.97% | 0.43% | - |
| HSV(B) | 330.28º | 0.99% | 0.85% | - |
| XYZ | 31.41 | 15.92 | 15.89 | - |
| YUV | 79.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 109 | 0 | 0.99 | 0.50 | 0.15 | 330.28 | 0.97 | 0.43 |
| Hex | D9 | 3 | 6D | 0 | 63 | 32 | F | 14A | 61 | 2B |
| Octal | 331 | 3 | 155 | 0 | 143 | 62 | 17 | 512 | 141 | 53 |
| Binary | 11011001 | 11 | 1101101 | 0 | 1100011 | 110010 | 1111 | 101001010 | 1100001 | 101011 |
Color Harmonies of #D9036D
Complementary color
Monochromatic Colors of #D9036D
Black with #D9036D
Text Example
Text Example
White with #D9036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9036D; }
p { color: rgb(217,3,109); }
H1.HeaderClassName
{
color: #D9036D;
}
.AnyTagClassName
{
color: #D9036D;
}
</style>
background-color css
<style>
a { background-color: #D9036D; }
a { background-color: rgb(217,3,109); }
div.DivClassName
{
background-color: #D9036D;
}
.BgClassName
{
background-color: #D9036D;
}
</style>
border-color css
<style>
span { border-color: #D9036D; }
span { border-color: rgb(217,3,109); }
td.TdClassName
{
border-color: #D9036D;
}
.TagClassName
{
border-color: #D9036D;
}
</style>