Shades of Ruby #D01863
Tints of Ruby #D01863
RGB
CMYK
RGB Variations
Color information
#D01863 (or 0xD01863) is known color: Ruby. HEX triplet: D0, 18 and 63. RGB value is (208,24,99). Sum of RGB (Red+Green+Blue) = 208+24+99=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01863 is #2FE79C. Grayscale: #575757. Windows color (decimal): -3139485 or 6494416. OLE color: 6494416.
HSL color Cylindrical-coordinate representation of color #D01863: hue angle of 335.54º 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 #D01863 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 99 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.18 |
| HSL | 335.54º | 0.79% | 0.45% | - |
| HSV(B) | 335.54º | 0.88% | 0.82% | - |
| XYZ | 28.59 | 14.96 | 13.19 | - |
| YUV | 87.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 99 | 0 | 0.88 | 0.52 | 0.18 | 335.54 | 0.79 | 0.45 |
| Hex | D0 | 18 | 63 | 0 | 58 | 34 | 12 | 150 | 4F | 2D |
| Octal | 320 | 30 | 143 | 0 | 130 | 64 | 22 | 520 | 117 | 55 |
| Binary | 11010000 | 11000 | 1100011 | 0 | 1011000 | 110100 | 10010 | 101010000 | 1001111 | 101101 |
Color Harmonies of #D01863
Complementary color
Monochromatic Colors of #D01863
Black with #D01863
Text Example
Text Example
White with #D01863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01863; }
p { color: rgb(208,24,99); }
H1.HeaderClassName
{
color: #D01863;
}
.AnyTagClassName
{
color: #D01863;
}
</style>
background-color css
<style>
a { background-color: #D01863; }
a { background-color: rgb(208,24,99); }
div.DivClassName
{
background-color: #D01863;
}
.BgClassName
{
background-color: #D01863;
}
</style>
border-color css
<style>
span { border-color: #D01863; }
span { border-color: rgb(208,24,99); }
td.TdClassName
{
border-color: #D01863;
}
.TagClassName
{
border-color: #D01863;
}
</style>