Shades of Ruby #D0085A
Tints of Ruby #D0085A
RGB
CMYK
RGB Variations
Color information
#D0085A (or 0xD0085A) is known color: Ruby. HEX triplet: D0, 08 and 5A. RGB value is (208,8,90). Sum of RGB (Red+Green+Blue) = 208+8+90=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0085A is #2FF7A5. Grayscale: #4D4D4D. Windows color (decimal): -3143590 or 5900496. OLE color: 5900496.
HSL color Cylindrical-coordinate representation of color #D0085A: hue angle of 335.4º 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 #D0085A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.18 |
| HSL | 335.4º | 0.93% | 0.42% | - |
| HSV(B) | 335.4º | 0.96% | 0.82% | - |
| XYZ | 27.94 | 14.32 | 10.96 | - |
| YUV | 77.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 90 | 0 | 0.96 | 0.57 | 0.18 | 335.4 | 0.93 | 0.42 |
| Hex | D0 | 8 | 5A | 0 | 60 | 39 | 12 | 14F | 5D | 2A |
| Octal | 320 | 10 | 132 | 0 | 140 | 71 | 22 | 517 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011010 | 0 | 1100000 | 111001 | 10010 | 101001111 | 1011101 | 101010 |
Color Harmonies of #D0085A
Complementary color
Monochromatic Colors of #D0085A
Black with #D0085A
Text Example
Text Example
White with #D0085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0085A; }
p { color: rgb(208,8,90); }
H1.HeaderClassName
{
color: #D0085A;
}
.AnyTagClassName
{
color: #D0085A;
}
</style>
background-color css
<style>
a { background-color: #D0085A; }
a { background-color: rgb(208,8,90); }
div.DivClassName
{
background-color: #D0085A;
}
.BgClassName
{
background-color: #D0085A;
}
</style>
border-color css
<style>
span { border-color: #D0085A; }
span { border-color: rgb(208,8,90); }
td.TdClassName
{
border-color: #D0085A;
}
.TagClassName
{
border-color: #D0085A;
}
</style>