Shades of Ruby #D0115A
Tints of Ruby #D0115A
RGB
CMYK
RGB Variations
Color information
#D0115A (or 0xD0115A) is known color: Ruby. HEX triplet: D0, 11 and 5A. RGB value is (208,17,90). Sum of RGB (Red+Green+Blue) = 208+17+90=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D0115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0115A is #2FEEA5. Grayscale: #525252. Windows color (decimal): -3141286 or 5902800. OLE color: 5902800.
HSL color Cylindrical-coordinate representation of color #D0115A: hue angle of 337.07º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0115A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 90 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.18 |
| HSL | 337.07º | 0.85% | 0.44% | - |
| HSV(B) | 337.07º | 0.92% | 0.82% | - |
| XYZ | 28.06 | 14.55 | 11 | - |
| YUV | 82.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 90 | 0 | 0.92 | 0.57 | 0.18 | 337.07 | 0.85 | 0.44 |
| Hex | D0 | 11 | 5A | 0 | 5C | 39 | 12 | 151 | 55 | 2C |
| Octal | 320 | 21 | 132 | 0 | 134 | 71 | 22 | 521 | 125 | 54 |
| Binary | 11010000 | 10001 | 1011010 | 0 | 1011100 | 111001 | 10010 | 101010001 | 1010101 | 101100 |
Color Harmonies of #D0115A
Complementary color
Monochromatic Colors of #D0115A
Black with #D0115A
Text Example
Text Example
White with #D0115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0115A; }
p { color: rgb(208,17,90); }
H1.HeaderClassName
{
color: #D0115A;
}
.AnyTagClassName
{
color: #D0115A;
}
</style>
background-color css
<style>
a { background-color: #D0115A; }
a { background-color: rgb(208,17,90); }
div.DivClassName
{
background-color: #D0115A;
}
.BgClassName
{
background-color: #D0115A;
}
</style>
border-color css
<style>
span { border-color: #D0115A; }
span { border-color: rgb(208,17,90); }
td.TdClassName
{
border-color: #D0115A;
}
.TagClassName
{
border-color: #D0115A;
}
</style>