Shades of Ruby #D10364
Tints of Ruby #D10364
RGB
CMYK
RGB Variations
Color information
#D10364 (or 0xD10364) is known color: Ruby. HEX triplet: D1, 03 and 64. RGB value is (209,3,100). Sum of RGB (Red+Green+Blue) = 209+3+100=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D10364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10364 is #2EFC9B. Grayscale: #4B4B4B. Windows color (decimal): -3079324 or 6554577. OLE color: 6554577.
HSL color Cylindrical-coordinate representation of color #D10364: hue angle of 331.75º 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 #D10364 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.18 |
| HSL | 331.75º | 0.97% | 0.42% | - |
| HSV(B) | 331.75º | 0.99% | 0.82% | - |
| XYZ | 28.63 | 14.54 | 13.35 | - |
| YUV | 75.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 100 | 0 | 0.99 | 0.52 | 0.18 | 331.75 | 0.97 | 0.42 |
| Hex | D1 | 3 | 64 | 0 | 63 | 34 | 12 | 14C | 61 | 2A |
| Octal | 321 | 3 | 144 | 0 | 143 | 64 | 22 | 514 | 141 | 52 |
| Binary | 11010001 | 11 | 1100100 | 0 | 1100011 | 110100 | 10010 | 101001100 | 1100001 | 101010 |
Color Harmonies of #D10364
Complementary color
Monochromatic Colors of #D10364
Black with #D10364
Text Example
Text Example
White with #D10364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10364; }
p { color: rgb(209,3,100); }
H1.HeaderClassName
{
color: #D10364;
}
.AnyTagClassName
{
color: #D10364;
}
</style>
background-color css
<style>
a { background-color: #D10364; }
a { background-color: rgb(209,3,100); }
div.DivClassName
{
background-color: #D10364;
}
.BgClassName
{
background-color: #D10364;
}
</style>
border-color css
<style>
span { border-color: #D10364; }
span { border-color: rgb(209,3,100); }
td.TdClassName
{
border-color: #D10364;
}
.TagClassName
{
border-color: #D10364;
}
</style>