Shades of Ruby #D1036E
Tints of Ruby #D1036E
RGB
CMYK
RGB Variations
Color information
#D1036E (or 0xD1036E) is known color: Ruby. HEX triplet: D1, 03 and 6E. RGB value is (209,3,110). Sum of RGB (Red+Green+Blue) = 209+3+110=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1036E is #2EFC91. Grayscale: #4C4C4C. Windows color (decimal): -3079314 or 7209937. OLE color: 7209937.
HSL color Cylindrical-coordinate representation of color #D1036E: hue angle of 328.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1036E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.18 |
| HSL | 328.84º | 0.97% | 0.42% | - |
| HSV(B) | 328.84º | 0.99% | 0.82% | - |
| XYZ | 29.14 | 14.75 | 16.06 | - |
| YUV | 76.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 110 | 0 | 0.99 | 0.47 | 0.18 | 328.84 | 0.97 | 0.42 |
| Hex | D1 | 3 | 6E | 0 | 63 | 2F | 12 | 149 | 61 | 2A |
| Octal | 321 | 3 | 156 | 0 | 143 | 57 | 22 | 511 | 141 | 52 |
| Binary | 11010001 | 11 | 1101110 | 0 | 1100011 | 101111 | 10010 | 101001001 | 1100001 | 101010 |
Color Harmonies of #D1036E
Complementary color
Monochromatic Colors of #D1036E
Black with #D1036E
Text Example
Text Example
White with #D1036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1036E; }
p { color: rgb(209,3,110); }
H1.HeaderClassName
{
color: #D1036E;
}
.AnyTagClassName
{
color: #D1036E;
}
</style>
background-color css
<style>
a { background-color: #D1036E; }
a { background-color: rgb(209,3,110); }
div.DivClassName
{
background-color: #D1036E;
}
.BgClassName
{
background-color: #D1036E;
}
</style>
border-color css
<style>
span { border-color: #D1036E; }
span { border-color: rgb(209,3,110); }
td.TdClassName
{
border-color: #D1036E;
}
.TagClassName
{
border-color: #D1036E;
}
</style>