Shades of Ruby #D30860
Tints of Ruby #D30860
RGB
CMYK
RGB Variations
Color information
#D30860 (or 0xD30860) is known color: Ruby. HEX triplet: D3, 08 and 60. RGB value is (211,8,96). Sum of RGB (Red+Green+Blue) = 211+8+96=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D30860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30860 is #2CF79F. Grayscale: #4E4E4E. Windows color (decimal): -2946976 or 6293715. OLE color: 6293715.
HSL color Cylindrical-coordinate representation of color #D30860: hue angle of 333.99º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30860 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.17 |
| HSL | 333.99º | 0.93% | 0.43% | - |
| HSV(B) | 333.99º | 0.96% | 0.83% | - |
| XYZ | 29.06 | 14.87 | 12.4 | - |
| YUV | 78.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 96 | 0 | 0.96 | 0.55 | 0.17 | 333.99 | 0.93 | 0.43 |
| Hex | D3 | 8 | 60 | 0 | 60 | 37 | 11 | 14E | 5D | 2B |
| Octal | 323 | 10 | 140 | 0 | 140 | 67 | 21 | 516 | 135 | 53 |
| Binary | 11010011 | 1000 | 1100000 | 0 | 1100000 | 110111 | 10001 | 101001110 | 1011101 | 101011 |
Color Harmonies of #D30860
Complementary color
Monochromatic Colors of #D30860
Black with #D30860
Text Example
Text Example
White with #D30860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30860; }
p { color: rgb(211,8,96); }
H1.HeaderClassName
{
color: #D30860;
}
.AnyTagClassName
{
color: #D30860;
}
</style>
background-color css
<style>
a { background-color: #D30860; }
a { background-color: rgb(211,8,96); }
div.DivClassName
{
background-color: #D30860;
}
.BgClassName
{
background-color: #D30860;
}
</style>
border-color css
<style>
span { border-color: #D30860; }
span { border-color: rgb(211,8,96); }
td.TdClassName
{
border-color: #D30860;
}
.TagClassName
{
border-color: #D30860;
}
</style>