Shades of Ruby #D01561
Tints of Ruby #D01561
RGB
CMYK
RGB Variations
Color information
#D01561 (or 0xD01561) is known color: Ruby. HEX triplet: D0, 15 and 61. RGB value is (208,21,97). Sum of RGB (Red+Green+Blue) = 208+21+97=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D01561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01561 is #2FEA9E. Grayscale: #555555. Windows color (decimal): -3140255 or 6362576. OLE color: 6362576.
HSL color Cylindrical-coordinate representation of color #D01561: hue angle of 335.61º 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 #D01561 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.18 |
| HSL | 335.62º | 0.82% | 0.45% | - |
| HSV(B) | 335.62º | 0.9% | 0.82% | - |
| XYZ | 28.44 | 14.81 | 12.67 | - |
| YUV | 85.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 97 | 0 | 0.90 | 0.53 | 0.18 | 335.62 | 0.82 | 0.45 |
| Hex | D0 | 15 | 61 | 0 | 5A | 35 | 12 | 150 | 52 | 2D |
| Octal | 320 | 25 | 141 | 0 | 132 | 65 | 22 | 520 | 122 | 55 |
| Binary | 11010000 | 10101 | 1100001 | 0 | 1011010 | 110101 | 10010 | 101010000 | 1010010 | 101101 |
Color Harmonies of #D01561
Complementary color
Monochromatic Colors of #D01561
Black with #D01561
Text Example
Text Example
White with #D01561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01561; }
p { color: rgb(208,21,97); }
H1.HeaderClassName
{
color: #D01561;
}
.AnyTagClassName
{
color: #D01561;
}
</style>
background-color css
<style>
a { background-color: #D01561; }
a { background-color: rgb(208,21,97); }
div.DivClassName
{
background-color: #D01561;
}
.BgClassName
{
background-color: #D01561;
}
</style>
border-color css
<style>
span { border-color: #D01561; }
span { border-color: rgb(208,21,97); }
td.TdClassName
{
border-color: #D01561;
}
.TagClassName
{
border-color: #D01561;
}
</style>