Shades of Ruby #D0085B
Tints of Ruby #D0085B
RGB
CMYK
RGB Variations
Color information
#D0085B (or 0xD0085B) is known color: Ruby. HEX triplet: D0, 08 and 5B. RGB value is (208,8,91). Sum of RGB (Red+Green+Blue) = 208+8+91=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0085B is #2FF7A4. Grayscale: #4D4D4D. Windows color (decimal): -3143589 or 5966032. OLE color: 5966032.
HSL color Cylindrical-coordinate representation of color #D0085B: hue angle of 335.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0085B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.18 |
| HSL | 335.1º | 0.93% | 0.42% | - |
| HSV(B) | 335.1º | 0.96% | 0.82% | - |
| XYZ | 27.99 | 14.34 | 11.19 | - |
| YUV | 77.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 91 | 0 | 0.96 | 0.56 | 0.18 | 335.1 | 0.93 | 0.42 |
| Hex | D0 | 8 | 5B | 0 | 60 | 38 | 12 | 14F | 5D | 2A |
| Octal | 320 | 10 | 133 | 0 | 140 | 70 | 22 | 517 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011011 | 0 | 1100000 | 111000 | 10010 | 101001111 | 1011101 | 101010 |
Color Harmonies of #D0085B
Complementary color
Monochromatic Colors of #D0085B
Black with #D0085B
Text Example
Text Example
White with #D0085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0085B; }
p { color: rgb(208,8,91); }
H1.HeaderClassName
{
color: #D0085B;
}
.AnyTagClassName
{
color: #D0085B;
}
</style>
background-color css
<style>
a { background-color: #D0085B; }
a { background-color: rgb(208,8,91); }
div.DivClassName
{
background-color: #D0085B;
}
.BgClassName
{
background-color: #D0085B;
}
</style>
border-color css
<style>
span { border-color: #D0085B; }
span { border-color: rgb(208,8,91); }
td.TdClassName
{
border-color: #D0085B;
}
.TagClassName
{
border-color: #D0085B;
}
</style>