Shades of Ruby #D9036F
Tints of Ruby #D9036F
RGB
CMYK
RGB Variations
Color information
#D9036F (or 0xD9036F) is known color: Ruby. HEX triplet: D9, 03 and 6F. RGB value is (217,3,111). Sum of RGB (Red+Green+Blue) = 217+3+111=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9036F is #26FC90. Grayscale: #4F4F4F. Windows color (decimal): -2555025 or 7275481. OLE color: 7275481.
HSL color Cylindrical-coordinate representation of color #D9036F: hue angle of 329.72º 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 #D9036F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 111 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.15 |
| HSL | 329.72º | 0.97% | 0.43% | - |
| HSV(B) | 329.72º | 0.99% | 0.85% | - |
| XYZ | 31.52 | 15.96 | 16.46 | - |
| YUV | 79.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 111 | 0 | 0.99 | 0.49 | 0.15 | 329.72 | 0.97 | 0.43 |
| Hex | D9 | 3 | 6F | 0 | 63 | 31 | F | 14A | 61 | 2B |
| Octal | 331 | 3 | 157 | 0 | 143 | 61 | 17 | 512 | 141 | 53 |
| Binary | 11011001 | 11 | 1101111 | 0 | 1100011 | 110001 | 1111 | 101001010 | 1100001 | 101011 |
Color Harmonies of #D9036F
Complementary color
Monochromatic Colors of #D9036F
Black with #D9036F
Text Example
Text Example
White with #D9036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9036F; }
p { color: rgb(217,3,111); }
H1.HeaderClassName
{
color: #D9036F;
}
.AnyTagClassName
{
color: #D9036F;
}
</style>
background-color css
<style>
a { background-color: #D9036F; }
a { background-color: rgb(217,3,111); }
div.DivClassName
{
background-color: #D9036F;
}
.BgClassName
{
background-color: #D9036F;
}
</style>
border-color css
<style>
span { border-color: #D9036F; }
span { border-color: rgb(217,3,111); }
td.TdClassName
{
border-color: #D9036F;
}
.TagClassName
{
border-color: #D9036F;
}
</style>