Shades of Ruby #D01463
Tints of Ruby #D01463
RGB
CMYK
RGB Variations
Color information
#D01463 (or 0xD01463) is known color: Ruby. HEX triplet: D0, 14 and 63. RGB value is (208,20,99). Sum of RGB (Red+Green+Blue) = 208+20+99=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D01463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01463 is #2FEB9C. Grayscale: #555555. Windows color (decimal): -3140509 or 6493392. OLE color: 6493392.
HSL color Cylindrical-coordinate representation of color #D01463: hue angle of 334.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01463 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 99 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.18 |
| HSL | 334.79º | 0.82% | 0.45% | - |
| HSV(B) | 334.79º | 0.9% | 0.82% | - |
| XYZ | 28.51 | 14.81 | 13.16 | - |
| YUV | 85.22 | 135.78 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 99 | 0 | 0.90 | 0.52 | 0.18 | 334.79 | 0.82 | 0.45 |
| Hex | D0 | 14 | 63 | 0 | 5A | 34 | 12 | 14F | 52 | 2D |
| Octal | 320 | 24 | 143 | 0 | 132 | 64 | 22 | 517 | 122 | 55 |
| Binary | 11010000 | 10100 | 1100011 | 0 | 1011010 | 110100 | 10010 | 101001111 | 1010010 | 101101 |
Color Harmonies of #D01463
Complementary color
Monochromatic Colors of #D01463
Black with #D01463
Text Example
Text Example
White with #D01463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01463; }
p { color: rgb(208,20,99); }
H1.HeaderClassName
{
color: #D01463;
}
.AnyTagClassName
{
color: #D01463;
}
</style>
background-color css
<style>
a { background-color: #D01463; }
a { background-color: rgb(208,20,99); }
div.DivClassName
{
background-color: #D01463;
}
.BgClassName
{
background-color: #D01463;
}
</style>
border-color css
<style>
span { border-color: #D01463; }
span { border-color: rgb(208,20,99); }
td.TdClassName
{
border-color: #D01463;
}
.TagClassName
{
border-color: #D01463;
}
</style>