Shades of Ruby #D01D5B
Tints of Ruby #D01D5B
RGB
CMYK
RGB Variations
Color information
#D01D5B (or 0xD01D5B) is known color: Ruby. HEX triplet: D0, 1D and 5B. RGB value is (208,29,91). Sum of RGB (Red+Green+Blue) = 208+29+91=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D5B is #2FE2A4. Grayscale: #595959. Windows color (decimal): -3138213 or 5971408. OLE color: 5971408.
HSL color Cylindrical-coordinate representation of color #D01D5B: hue angle of 339.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D5B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 91 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.18 |
| HSL | 339.22º | 0.76% | 0.46% | - |
| HSV(B) | 339.22º | 0.86% | 0.82% | - |
| XYZ | 28.34 | 15.04 | 11.31 | - |
| YUV | 89.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 91 | 0 | 0.86 | 0.56 | 0.18 | 339.22 | 0.76 | 0.46 |
| Hex | D0 | 1D | 5B | 0 | 56 | 38 | 12 | 153 | 4C | 2E |
| Octal | 320 | 35 | 133 | 0 | 126 | 70 | 22 | 523 | 114 | 56 |
| Binary | 11010000 | 11101 | 1011011 | 0 | 1010110 | 111000 | 10010 | 101010011 | 1001100 | 101110 |
Color Harmonies of #D01D5B
Complementary color
Monochromatic Colors of #D01D5B
Black with #D01D5B
Text Example
Text Example
White with #D01D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D5B; }
p { color: rgb(208,29,91); }
H1.HeaderClassName
{
color: #D01D5B;
}
.AnyTagClassName
{
color: #D01D5B;
}
</style>
background-color css
<style>
a { background-color: #D01D5B; }
a { background-color: rgb(208,29,91); }
div.DivClassName
{
background-color: #D01D5B;
}
.BgClassName
{
background-color: #D01D5B;
}
</style>
border-color css
<style>
span { border-color: #D01D5B; }
span { border-color: rgb(208,29,91); }
td.TdClassName
{
border-color: #D01D5B;
}
.TagClassName
{
border-color: #D01D5B;
}
</style>