Shades of Ruby #D01D5E
Tints of Ruby #D01D5E
RGB
CMYK
RGB Variations
Color information
#D01D5E (or 0xD01D5E) is known color: Ruby. HEX triplet: D0, 1D and 5E. RGB value is (208,29,94). Sum of RGB (Red+Green+Blue) = 208+29+94=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D5E is #2FE2A1. Grayscale: #595959. Windows color (decimal): -3138210 or 6168016. OLE color: 6168016.
HSL color Cylindrical-coordinate representation of color #D01D5E: hue angle of 338.21º 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 #D01D5E is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 94 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.18 |
| HSL | 338.21º | 0.76% | 0.46% | - |
| HSV(B) | 338.21º | 0.86% | 0.82% | - |
| XYZ | 28.47 | 15.1 | 12 | - |
| YUV | 89.93 | 130.3 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 94 | 0 | 0.86 | 0.55 | 0.18 | 338.21 | 0.76 | 0.46 |
| Hex | D0 | 1D | 5E | 0 | 56 | 37 | 12 | 152 | 4C | 2E |
| Octal | 320 | 35 | 136 | 0 | 126 | 67 | 22 | 522 | 114 | 56 |
| Binary | 11010000 | 11101 | 1011110 | 0 | 1010110 | 110111 | 10010 | 101010010 | 1001100 | 101110 |
Color Harmonies of #D01D5E
Complementary color
Monochromatic Colors of #D01D5E
Black with #D01D5E
Text Example
Text Example
White with #D01D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D5E; }
p { color: rgb(208,29,94); }
H1.HeaderClassName
{
color: #D01D5E;
}
.AnyTagClassName
{
color: #D01D5E;
}
</style>
background-color css
<style>
a { background-color: #D01D5E; }
a { background-color: rgb(208,29,94); }
div.DivClassName
{
background-color: #D01D5E;
}
.BgClassName
{
background-color: #D01D5E;
}
</style>
border-color css
<style>
span { border-color: #D01D5E; }
span { border-color: rgb(208,29,94); }
td.TdClassName
{
border-color: #D01D5E;
}
.TagClassName
{
border-color: #D01D5E;
}
</style>