Shades of Ruby #D01460
Tints of Ruby #D01460
RGB
CMYK
RGB Variations
Color information
#D01460 (or 0xD01460) is known color: Ruby. HEX triplet: D0, 14 and 60. RGB value is (208,20,96). Sum of RGB (Red+Green+Blue) = 208+20+96=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D01460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01460 is #2FEB9F. Grayscale: #545454. Windows color (decimal): -3140512 or 6296784. OLE color: 6296784.
HSL color Cylindrical-coordinate representation of color #D01460: hue angle of 335.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01460 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 96 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.18 |
| HSL | 335.74º | 0.82% | 0.45% | - |
| HSV(B) | 335.74º | 0.9% | 0.82% | - |
| XYZ | 28.37 | 14.75 | 12.42 | - |
| YUV | 84.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 96 | 0 | 0.90 | 0.54 | 0.18 | 335.74 | 0.82 | 0.45 |
| Hex | D0 | 14 | 60 | 0 | 5A | 36 | 12 | 150 | 52 | 2D |
| Octal | 320 | 24 | 140 | 0 | 132 | 66 | 22 | 520 | 122 | 55 |
| Binary | 11010000 | 10100 | 1100000 | 0 | 1011010 | 110110 | 10010 | 101010000 | 1010010 | 101101 |
Color Harmonies of #D01460
Complementary color
Monochromatic Colors of #D01460
Black with #D01460
Text Example
Text Example
White with #D01460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01460; }
p { color: rgb(208,20,96); }
H1.HeaderClassName
{
color: #D01460;
}
.AnyTagClassName
{
color: #D01460;
}
</style>
background-color css
<style>
a { background-color: #D01460; }
a { background-color: rgb(208,20,96); }
div.DivClassName
{
background-color: #D01460;
}
.BgClassName
{
background-color: #D01460;
}
</style>
border-color css
<style>
span { border-color: #D01460; }
span { border-color: rgb(208,20,96); }
td.TdClassName
{
border-color: #D01460;
}
.TagClassName
{
border-color: #D01460;
}
</style>