Shades of Ruby #D01855
Tints of Ruby #D01855
RGB
CMYK
RGB Variations
Color information
#D01855 (or 0xD01855) is known color: Ruby. HEX triplet: D0, 18 and 55. RGB value is (208,24,85). Sum of RGB (Red+Green+Blue) = 208+24+85=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D01855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01855 is #2FE7AA. Grayscale: #555555. Windows color (decimal): -3139499 or 5576912. OLE color: 5576912.
HSL color Cylindrical-coordinate representation of color #D01855: hue angle of 340.11º 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 #D01855 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 85 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.18 |
| HSL | 340.11º | 0.79% | 0.45% | - |
| HSV(B) | 340.11º | 0.88% | 0.82% | - |
| XYZ | 27.98 | 14.72 | 9.96 | - |
| YUV | 85.97 | 127.46 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 85 | 0 | 0.88 | 0.59 | 0.18 | 340.11 | 0.79 | 0.45 |
| Hex | D0 | 18 | 55 | 0 | 58 | 3B | 12 | 154 | 4F | 2D |
| Octal | 320 | 30 | 125 | 0 | 130 | 73 | 22 | 524 | 117 | 55 |
| Binary | 11010000 | 11000 | 1010101 | 0 | 1011000 | 111011 | 10010 | 101010100 | 1001111 | 101101 |
Color Harmonies of #D01855
Complementary color
Monochromatic Colors of #D01855
Black with #D01855
Text Example
Text Example
White with #D01855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01855; }
p { color: rgb(208,24,85); }
H1.HeaderClassName
{
color: #D01855;
}
.AnyTagClassName
{
color: #D01855;
}
</style>
background-color css
<style>
a { background-color: #D01855; }
a { background-color: rgb(208,24,85); }
div.DivClassName
{
background-color: #D01855;
}
.BgClassName
{
background-color: #D01855;
}
</style>
border-color css
<style>
span { border-color: #D01855; }
span { border-color: rgb(208,24,85); }
td.TdClassName
{
border-color: #D01855;
}
.TagClassName
{
border-color: #D01855;
}
</style>