Shades of Ruby #D01654
Tints of Ruby #D01654
RGB
CMYK
RGB Variations
Color information
#D01654 (or 0xD01654) is known color: Ruby. HEX triplet: D0, 16 and 54. RGB value is (208,22,84). Sum of RGB (Red+Green+Blue) = 208+22+84=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D01654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01654 is #2FE9AB. Grayscale: #545454. Windows color (decimal): -3140012 or 5510864. OLE color: 5510864.
HSL color Cylindrical-coordinate representation of color #D01654: hue angle of 340º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01654 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 84 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.18 |
| HSL | 340º | 0.81% | 0.45% | - |
| HSV(B) | 340º | 0.89% | 0.82% | - |
| XYZ | 27.9 | 14.62 | 9.74 | - |
| YUV | 84.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 84 | 0 | 0.89 | 0.60 | 0.18 | 340 | 0.81 | 0.45 |
| Hex | D0 | 16 | 54 | 0 | 59 | 3C | 12 | 154 | 51 | 2D |
| Octal | 320 | 26 | 124 | 0 | 131 | 74 | 22 | 524 | 121 | 55 |
| Binary | 11010000 | 10110 | 1010100 | 0 | 1011001 | 111100 | 10010 | 101010100 | 1010001 | 101101 |
Color Harmonies of #D01654
Complementary color
Monochromatic Colors of #D01654
Black with #D01654
Text Example
Text Example
White with #D01654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01654; }
p { color: rgb(208,22,84); }
H1.HeaderClassName
{
color: #D01654;
}
.AnyTagClassName
{
color: #D01654;
}
</style>
background-color css
<style>
a { background-color: #D01654; }
a { background-color: rgb(208,22,84); }
div.DivClassName
{
background-color: #D01654;
}
.BgClassName
{
background-color: #D01654;
}
</style>
border-color css
<style>
span { border-color: #D01654; }
span { border-color: rgb(208,22,84); }
td.TdClassName
{
border-color: #D01654;
}
.TagClassName
{
border-color: #D01654;
}
</style>