Shades of Ruby #D01050
Tints of Ruby #D01050
RGB
CMYK
RGB Variations
Color information
#D01050 (or 0xD01050) is known color: Ruby. HEX triplet: D0, 10 and 50. RGB value is (208,16,80). Sum of RGB (Red+Green+Blue) = 208+16+80=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D01050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01050 is #2FEFAF. Grayscale: #505050. Windows color (decimal): -3141552 or 5247184. OLE color: 5247184.
HSL color Cylindrical-coordinate representation of color #D01050: hue angle of 340º degrees, saturation: 0.86, 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 #D01050 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 80 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.18 |
| HSL | 340º | 0.86% | 0.44% | - |
| HSV(B) | 340º | 0.92% | 0.82% | - |
| XYZ | 27.65 | 14.36 | 8.9 | - |
| YUV | 80.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 80 | 0 | 0.92 | 0.62 | 0.18 | 340 | 0.86 | 0.44 |
| Hex | D0 | 10 | 50 | 0 | 5C | 3E | 12 | 154 | 56 | 2C |
| Octal | 320 | 20 | 120 | 0 | 134 | 76 | 22 | 524 | 126 | 54 |
| Binary | 11010000 | 10000 | 1010000 | 0 | 1011100 | 111110 | 10010 | 101010100 | 1010110 | 101100 |
Color Harmonies of #D01050
Complementary color
Monochromatic Colors of #D01050
Black with #D01050
Text Example
Text Example
White with #D01050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01050; }
p { color: rgb(208,16,80); }
H1.HeaderClassName
{
color: #D01050;
}
.AnyTagClassName
{
color: #D01050;
}
</style>
background-color css
<style>
a { background-color: #D01050; }
a { background-color: rgb(208,16,80); }
div.DivClassName
{
background-color: #D01050;
}
.BgClassName
{
background-color: #D01050;
}
</style>
border-color css
<style>
span { border-color: #D01050; }
span { border-color: rgb(208,16,80); }
td.TdClassName
{
border-color: #D01050;
}
.TagClassName
{
border-color: #D01050;
}
</style>