Shades of Ruby #D01063
Tints of Ruby #D01063
RGB
CMYK
RGB Variations
Color information
#D01063 (or 0xD01063) is known color: Ruby. HEX triplet: D0, 10 and 63. RGB value is (208,16,99). Sum of RGB (Red+Green+Blue) = 208+16+99=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D01063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01063 is #2FEF9C. Grayscale: #525252. Windows color (decimal): -3141533 or 6492368. OLE color: 6492368.
HSL color Cylindrical-coordinate representation of color #D01063: hue angle of 334.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01063 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 99 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.18 |
| HSL | 334.06º | 0.86% | 0.44% | - |
| HSV(B) | 334.06º | 0.92% | 0.82% | - |
| XYZ | 28.45 | 14.68 | 13.14 | - |
| YUV | 82.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 99 | 0 | 0.92 | 0.52 | 0.18 | 334.06 | 0.86 | 0.44 |
| Hex | D0 | 10 | 63 | 0 | 5C | 34 | 12 | 14E | 56 | 2C |
| Octal | 320 | 20 | 143 | 0 | 134 | 64 | 22 | 516 | 126 | 54 |
| Binary | 11010000 | 10000 | 1100011 | 0 | 1011100 | 110100 | 10010 | 101001110 | 1010110 | 101100 |
Color Harmonies of #D01063
Complementary color
Monochromatic Colors of #D01063
Black with #D01063
Text Example
Text Example
White with #D01063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01063; }
p { color: rgb(208,16,99); }
H1.HeaderClassName
{
color: #D01063;
}
.AnyTagClassName
{
color: #D01063;
}
</style>
background-color css
<style>
a { background-color: #D01063; }
a { background-color: rgb(208,16,99); }
div.DivClassName
{
background-color: #D01063;
}
.BgClassName
{
background-color: #D01063;
}
</style>
border-color css
<style>
span { border-color: #D01063; }
span { border-color: rgb(208,16,99); }
td.TdClassName
{
border-color: #D01063;
}
.TagClassName
{
border-color: #D01063;
}
</style>