Shades of Ruby #D1036A
Tints of Ruby #D1036A
RGB
CMYK
RGB Variations
Color information
#D1036A (or 0xD1036A) is known color: Ruby. HEX triplet: D1, 03 and 6A. RGB value is (209,3,106). Sum of RGB (Red+Green+Blue) = 209+3+106=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1036A is #2EFC95. Grayscale: #4C4C4C. Windows color (decimal): -3079318 or 6947793. OLE color: 6947793.
HSL color Cylindrical-coordinate representation of color #D1036A: hue angle of 330º 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 #D1036A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.18 |
| HSL | 330º | 0.97% | 0.42% | - |
| HSV(B) | 330º | 0.99% | 0.82% | - |
| XYZ | 28.93 | 14.66 | 14.94 | - |
| YUV | 76.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 106 | 0 | 0.99 | 0.49 | 0.18 | 330 | 0.97 | 0.42 |
| Hex | D1 | 3 | 6A | 0 | 63 | 31 | 12 | 14A | 61 | 2A |
| Octal | 321 | 3 | 152 | 0 | 143 | 61 | 22 | 512 | 141 | 52 |
| Binary | 11010001 | 11 | 1101010 | 0 | 1100011 | 110001 | 10010 | 101001010 | 1100001 | 101010 |
Color Harmonies of #D1036A
Complementary color
Monochromatic Colors of #D1036A
Black with #D1036A
Text Example
Text Example
White with #D1036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1036A; }
p { color: rgb(209,3,106); }
H1.HeaderClassName
{
color: #D1036A;
}
.AnyTagClassName
{
color: #D1036A;
}
</style>
background-color css
<style>
a { background-color: #D1036A; }
a { background-color: rgb(209,3,106); }
div.DivClassName
{
background-color: #D1036A;
}
.BgClassName
{
background-color: #D1036A;
}
</style>
border-color css
<style>
span { border-color: #D1036A; }
span { border-color: rgb(209,3,106); }
td.TdClassName
{
border-color: #D1036A;
}
.TagClassName
{
border-color: #D1036A;
}
</style>