Shades of Ruby #D3085B
Tints of Ruby #D3085B
RGB
CMYK
RGB Variations
Color information
#D3085B (or 0xD3085B) is known color: Ruby. HEX triplet: D3, 08 and 5B. RGB value is (211,8,91). Sum of RGB (Red+Green+Blue) = 211+8+91=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3085B is #2CF7A4. Grayscale: #4E4E4E. Windows color (decimal): -2946981 or 5966035. OLE color: 5966035.
HSL color Cylindrical-coordinate representation of color #D3085B: hue angle of 335.47º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3085B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.17 |
| HSL | 335.47º | 0.93% | 0.43% | - |
| HSV(B) | 335.47º | 0.96% | 0.83% | - |
| XYZ | 28.84 | 14.78 | 11.23 | - |
| YUV | 78.16 | 135.25 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 91 | 0 | 0.96 | 0.57 | 0.17 | 335.47 | 0.93 | 0.43 |
| Hex | D3 | 8 | 5B | 0 | 60 | 39 | 11 | 14F | 5D | 2B |
| Octal | 323 | 10 | 133 | 0 | 140 | 71 | 21 | 517 | 135 | 53 |
| Binary | 11010011 | 1000 | 1011011 | 0 | 1100000 | 111001 | 10001 | 101001111 | 1011101 | 101011 |
Color Harmonies of #D3085B
Complementary color
Monochromatic Colors of #D3085B
Black with #D3085B
Text Example
Text Example
White with #D3085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3085B; }
p { color: rgb(211,8,91); }
H1.HeaderClassName
{
color: #D3085B;
}
.AnyTagClassName
{
color: #D3085B;
}
</style>
background-color css
<style>
a { background-color: #D3085B; }
a { background-color: rgb(211,8,91); }
div.DivClassName
{
background-color: #D3085B;
}
.BgClassName
{
background-color: #D3085B;
}
</style>
border-color css
<style>
span { border-color: #D3085B; }
span { border-color: rgb(211,8,91); }
td.TdClassName
{
border-color: #D3085B;
}
.TagClassName
{
border-color: #D3085B;
}
</style>