Shades of Ruby #D10C5A
Tints of Ruby #D10C5A
RGB
CMYK
RGB Variations
Color information
#D10C5A (or 0xD10C5A) is known color: Ruby. HEX triplet: D1, 0C and 5A. RGB value is (209,12,90). Sum of RGB (Red+Green+Blue) = 209+12+90=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C5A is #2EF3A5. Grayscale: #4F4F4F. Windows color (decimal): -3077030 or 5901521. OLE color: 5901521.
HSL color Cylindrical-coordinate representation of color #D10C5A: hue angle of 336.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C5A is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 90 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.18 |
| HSL | 336.24º | 0.89% | 0.43% | - |
| HSV(B) | 336.24º | 0.94% | 0.82% | - |
| XYZ | 28.27 | 14.56 | 10.99 | - |
| YUV | 79.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 90 | 0 | 0.94 | 0.57 | 0.18 | 336.24 | 0.89 | 0.43 |
| Hex | D1 | C | 5A | 0 | 5E | 39 | 12 | 150 | 59 | 2B |
| Octal | 321 | 14 | 132 | 0 | 136 | 71 | 22 | 520 | 131 | 53 |
| Binary | 11010001 | 1100 | 1011010 | 0 | 1011110 | 111001 | 10010 | 101010000 | 1011001 | 101011 |
Color Harmonies of #D10C5A
Complementary color
Monochromatic Colors of #D10C5A
Black with #D10C5A
Text Example
Text Example
White with #D10C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C5A; }
p { color: rgb(209,12,90); }
H1.HeaderClassName
{
color: #D10C5A;
}
.AnyTagClassName
{
color: #D10C5A;
}
</style>
background-color css
<style>
a { background-color: #D10C5A; }
a { background-color: rgb(209,12,90); }
div.DivClassName
{
background-color: #D10C5A;
}
.BgClassName
{
background-color: #D10C5A;
}
</style>
border-color css
<style>
span { border-color: #D10C5A; }
span { border-color: rgb(209,12,90); }
td.TdClassName
{
border-color: #D10C5A;
}
.TagClassName
{
border-color: #D10C5A;
}
</style>