Shades of Ruby #D01057
Tints of Ruby #D01057
RGB
CMYK
RGB Variations
Color information
#D01057 (or 0xD01057) is known color: Ruby. HEX triplet: D0, 10 and 57. RGB value is (208,16,87). Sum of RGB (Red+Green+Blue) = 208+16+87=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D01057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01057 is #2FEFA8. Grayscale: #515151. Windows color (decimal): -3141545 or 5705936. OLE color: 5705936.
HSL color Cylindrical-coordinate representation of color #D01057: hue angle of 337.81º 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 #D01057 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 87 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.18 |
| HSL | 337.81º | 0.86% | 0.44% | - |
| HSV(B) | 337.81º | 0.92% | 0.82% | - |
| XYZ | 27.92 | 14.47 | 10.34 | - |
| YUV | 81.5 | 131.11 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 87 | 0 | 0.92 | 0.58 | 0.18 | 337.81 | 0.86 | 0.44 |
| Hex | D0 | 10 | 57 | 0 | 5C | 3A | 12 | 152 | 56 | 2C |
| Octal | 320 | 20 | 127 | 0 | 134 | 72 | 22 | 522 | 126 | 54 |
| Binary | 11010000 | 10000 | 1010111 | 0 | 1011100 | 111010 | 10010 | 101010010 | 1010110 | 101100 |
Color Harmonies of #D01057
Complementary color
Monochromatic Colors of #D01057
Black with #D01057
Text Example
Text Example
White with #D01057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01057; }
p { color: rgb(208,16,87); }
H1.HeaderClassName
{
color: #D01057;
}
.AnyTagClassName
{
color: #D01057;
}
</style>
background-color css
<style>
a { background-color: #D01057; }
a { background-color: rgb(208,16,87); }
div.DivClassName
{
background-color: #D01057;
}
.BgClassName
{
background-color: #D01057;
}
</style>
border-color css
<style>
span { border-color: #D01057; }
span { border-color: rgb(208,16,87); }
td.TdClassName
{
border-color: #D01057;
}
.TagClassName
{
border-color: #D01057;
}
</style>