Shades of Ruby #D0185E
Tints of Ruby #D0185E
RGB
CMYK
RGB Variations
Color information
#D0185E (or 0xD0185E) is known color: Ruby. HEX triplet: D0, 18 and 5E. RGB value is (208,24,94). Sum of RGB (Red+Green+Blue) = 208+24+94=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0185E is #2FE7A1. Grayscale: #565656. Windows color (decimal): -3139490 or 6166736. OLE color: 6166736.
HSL color Cylindrical-coordinate representation of color #D0185E: hue angle of 337.17º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0185E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 94 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.18 |
| HSL | 337.17º | 0.79% | 0.45% | - |
| HSV(B) | 337.17º | 0.88% | 0.82% | - |
| XYZ | 28.36 | 14.87 | 11.97 | - |
| YUV | 87 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 94 | 0 | 0.88 | 0.55 | 0.18 | 337.17 | 0.79 | 0.45 |
| Hex | D0 | 18 | 5E | 0 | 58 | 37 | 12 | 151 | 4F | 2D |
| Octal | 320 | 30 | 136 | 0 | 130 | 67 | 22 | 521 | 117 | 55 |
| Binary | 11010000 | 11000 | 1011110 | 0 | 1011000 | 110111 | 10010 | 101010001 | 1001111 | 101101 |
Color Harmonies of #D0185E
Complementary color
Monochromatic Colors of #D0185E
Black with #D0185E
Text Example
Text Example
White with #D0185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0185E; }
p { color: rgb(208,24,94); }
H1.HeaderClassName
{
color: #D0185E;
}
.AnyTagClassName
{
color: #D0185E;
}
</style>
background-color css
<style>
a { background-color: #D0185E; }
a { background-color: rgb(208,24,94); }
div.DivClassName
{
background-color: #D0185E;
}
.BgClassName
{
background-color: #D0185E;
}
</style>
border-color css
<style>
span { border-color: #D0185E; }
span { border-color: rgb(208,24,94); }
td.TdClassName
{
border-color: #D0185E;
}
.TagClassName
{
border-color: #D0185E;
}
</style>