Shades of Ruby #D01E56
Tints of Ruby #D01E56
RGB
CMYK
RGB Variations
Color information
#D01E56 (or 0xD01E56) is known color: Ruby. HEX triplet: D0, 1E and 56. RGB value is (208,30,86). Sum of RGB (Red+Green+Blue) = 208+30+86=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E56 is #2FE1A9. Grayscale: #595959. Windows color (decimal): -3137962 or 5643984. OLE color: 5643984.
HSL color Cylindrical-coordinate representation of color #D01E56: hue angle of 341.12º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E56 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 86 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.18 |
| HSL | 341.12º | 0.75% | 0.47% | - |
| HSV(B) | 341.12º | 0.86% | 0.82% | - |
| XYZ | 28.16 | 15.01 | 10.22 | - |
| YUV | 89.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 86 | 0 | 0.86 | 0.59 | 0.18 | 341.12 | 0.75 | 0.47 |
| Hex | D0 | 1E | 56 | 0 | 56 | 3B | 12 | 155 | 4B | 2F |
| Octal | 320 | 36 | 126 | 0 | 126 | 73 | 22 | 525 | 113 | 57 |
| Binary | 11010000 | 11110 | 1010110 | 0 | 1010110 | 111011 | 10010 | 101010101 | 1001011 | 101111 |
Color Harmonies of #D01E56
Complementary color
Monochromatic Colors of #D01E56
Black with #D01E56
Text Example
Text Example
White with #D01E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E56; }
p { color: rgb(208,30,86); }
H1.HeaderClassName
{
color: #D01E56;
}
.AnyTagClassName
{
color: #D01E56;
}
</style>
background-color css
<style>
a { background-color: #D01E56; }
a { background-color: rgb(208,30,86); }
div.DivClassName
{
background-color: #D01E56;
}
.BgClassName
{
background-color: #D01E56;
}
</style>
border-color css
<style>
span { border-color: #D01E56; }
span { border-color: rgb(208,30,86); }
td.TdClassName
{
border-color: #D01E56;
}
.TagClassName
{
border-color: #D01E56;
}
</style>