Shades of Ruby #D3185B
Tints of Ruby #D3185B
RGB
CMYK
RGB Variations
Color information
#D3185B (or 0xD3185B) is known color: Ruby. HEX triplet: D3, 18 and 5B. RGB value is (211,24,91). Sum of RGB (Red+Green+Blue) = 211+24+91=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3185B is #2CE7A4. Grayscale: #575757. Windows color (decimal): -2942885 or 5970131. OLE color: 5970131.
HSL color Cylindrical-coordinate representation of color #D3185B: hue angle of 338.5º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3185B is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 91 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.17 |
| HSL | 338.5º | 0.8% | 0.46% | - |
| HSV(B) | 338.5º | 0.89% | 0.83% | - |
| XYZ | 29.08 | 15.26 | 11.31 | - |
| YUV | 87.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 91 | 0 | 0.89 | 0.57 | 0.17 | 338.5 | 0.8 | 0.46 |
| Hex | D3 | 18 | 5B | 0 | 59 | 39 | 11 | 153 | 50 | 2E |
| Octal | 323 | 30 | 133 | 0 | 131 | 71 | 21 | 523 | 120 | 56 |
| Binary | 11010011 | 11000 | 1011011 | 0 | 1011001 | 111001 | 10001 | 101010011 | 1010000 | 101110 |
Color Harmonies of #D3185B
Complementary color
Monochromatic Colors of #D3185B
Black with #D3185B
Text Example
Text Example
White with #D3185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3185B; }
p { color: rgb(211,24,91); }
H1.HeaderClassName
{
color: #D3185B;
}
.AnyTagClassName
{
color: #D3185B;
}
</style>
background-color css
<style>
a { background-color: #D3185B; }
a { background-color: rgb(211,24,91); }
div.DivClassName
{
background-color: #D3185B;
}
.BgClassName
{
background-color: #D3185B;
}
</style>
border-color css
<style>
span { border-color: #D3185B; }
span { border-color: rgb(211,24,91); }
td.TdClassName
{
border-color: #D3185B;
}
.TagClassName
{
border-color: #D3185B;
}
</style>