Shades of Ruby #D01154
Tints of Ruby #D01154
RGB
CMYK
RGB Variations
Color information
#D01154 (or 0xD01154) is known color: Ruby. HEX triplet: D0, 11 and 54. RGB value is (208,17,84). Sum of RGB (Red+Green+Blue) = 208+17+84=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D01154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01154 is #2FEEAB. Grayscale: #515151. Windows color (decimal): -3141292 or 5509584. OLE color: 5509584.
HSL color Cylindrical-coordinate representation of color #D01154: hue angle of 338.95º degrees, saturation: 0.85, 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 #D01154 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 84 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.18 |
| HSL | 338.95º | 0.85% | 0.44% | - |
| HSV(B) | 338.95º | 0.92% | 0.82% | - |
| XYZ | 27.81 | 14.45 | 9.71 | - |
| YUV | 81.75 | 129.28 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 84 | 0 | 0.92 | 0.60 | 0.18 | 338.95 | 0.85 | 0.44 |
| Hex | D0 | 11 | 54 | 0 | 5C | 3C | 12 | 153 | 55 | 2C |
| Octal | 320 | 21 | 124 | 0 | 134 | 74 | 22 | 523 | 125 | 54 |
| Binary | 11010000 | 10001 | 1010100 | 0 | 1011100 | 111100 | 10010 | 101010011 | 1010101 | 101100 |
Color Harmonies of #D01154
Complementary color
Monochromatic Colors of #D01154
Black with #D01154
Text Example
Text Example
White with #D01154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01154; }
p { color: rgb(208,17,84); }
H1.HeaderClassName
{
color: #D01154;
}
.AnyTagClassName
{
color: #D01154;
}
</style>
background-color css
<style>
a { background-color: #D01154; }
a { background-color: rgb(208,17,84); }
div.DivClassName
{
background-color: #D01154;
}
.BgClassName
{
background-color: #D01154;
}
</style>
border-color css
<style>
span { border-color: #D01154; }
span { border-color: rgb(208,17,84); }
td.TdClassName
{
border-color: #D01154;
}
.TagClassName
{
border-color: #D01154;
}
</style>