Shades of Ruby #D01860
Tints of Ruby #D01860
RGB
CMYK
RGB Variations
Color information
#D01860 (or 0xD01860) is known color: Ruby. HEX triplet: D0, 18 and 60. RGB value is (208,24,96). Sum of RGB (Red+Green+Blue) = 208+24+96=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01860 is #2FE79F. Grayscale: #575757. Windows color (decimal): -3139488 or 6297808. OLE color: 6297808.
HSL color Cylindrical-coordinate representation of color #D01860: hue angle of 336.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01860 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 96 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.18 |
| HSL | 336.52º | 0.79% | 0.45% | - |
| HSV(B) | 336.52º | 0.88% | 0.82% | - |
| XYZ | 28.45 | 14.91 | 12.44 | - |
| YUV | 87.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 96 | 0 | 0.88 | 0.54 | 0.18 | 336.52 | 0.79 | 0.45 |
| Hex | D0 | 18 | 60 | 0 | 58 | 36 | 12 | 151 | 4F | 2D |
| Octal | 320 | 30 | 140 | 0 | 130 | 66 | 22 | 521 | 117 | 55 |
| Binary | 11010000 | 11000 | 1100000 | 0 | 1011000 | 110110 | 10010 | 101010001 | 1001111 | 101101 |
Color Harmonies of #D01860
Complementary color
Monochromatic Colors of #D01860
Black with #D01860
Text Example
Text Example
White with #D01860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01860; }
p { color: rgb(208,24,96); }
H1.HeaderClassName
{
color: #D01860;
}
.AnyTagClassName
{
color: #D01860;
}
</style>
background-color css
<style>
a { background-color: #D01860; }
a { background-color: rgb(208,24,96); }
div.DivClassName
{
background-color: #D01860;
}
.BgClassName
{
background-color: #D01860;
}
</style>
border-color css
<style>
span { border-color: #D01860; }
span { border-color: rgb(208,24,96); }
td.TdClassName
{
border-color: #D01860;
}
.TagClassName
{
border-color: #D01860;
}
</style>