Shades of Ruby #D01653
Tints of Ruby #D01653
RGB
CMYK
RGB Variations
Color information
#D01653 (or 0xD01653) is known color: Ruby. HEX triplet: D0, 16 and 53. RGB value is (208,22,83). Sum of RGB (Red+Green+Blue) = 208+22+83=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D01653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01653 is #2FE9AC. Grayscale: #545454. Windows color (decimal): -3140013 or 5445328. OLE color: 5445328.
HSL color Cylindrical-coordinate representation of color #D01653: hue angle of 340.32º 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 #D01653 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 83 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.18 |
| HSL | 340.32º | 0.81% | 0.45% | - |
| HSV(B) | 340.32º | 0.89% | 0.82% | - |
| XYZ | 27.86 | 14.61 | 9.53 | - |
| YUV | 84.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 83 | 0 | 0.89 | 0.60 | 0.18 | 340.32 | 0.81 | 0.45 |
| Hex | D0 | 16 | 53 | 0 | 59 | 3C | 12 | 154 | 51 | 2D |
| Octal | 320 | 26 | 123 | 0 | 131 | 74 | 22 | 524 | 121 | 55 |
| Binary | 11010000 | 10110 | 1010011 | 0 | 1011001 | 111100 | 10010 | 101010100 | 1010001 | 101101 |
Color Harmonies of #D01653
Complementary color
Monochromatic Colors of #D01653
Black with #D01653
Text Example
Text Example
White with #D01653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01653; }
p { color: rgb(208,22,83); }
H1.HeaderClassName
{
color: #D01653;
}
.AnyTagClassName
{
color: #D01653;
}
</style>
background-color css
<style>
a { background-color: #D01653; }
a { background-color: rgb(208,22,83); }
div.DivClassName
{
background-color: #D01653;
}
.BgClassName
{
background-color: #D01653;
}
</style>
border-color css
<style>
span { border-color: #D01653; }
span { border-color: rgb(208,22,83); }
td.TdClassName
{
border-color: #D01653;
}
.TagClassName
{
border-color: #D01653;
}
</style>