Shades of Ruby #D30071
Tints of Ruby #D30071
RGB
CMYK
RGB Variations
Color information
#D30071 (or 0xD30071) is known color: Ruby. HEX triplet: D3, 00 and 71. RGB value is (211,0,113). Sum of RGB (Red+Green+Blue) = 211+0+113=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D30071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30071 is #2CFF8E. Grayscale: #4B4B4B. Windows color (decimal): -2949007 or 7405779. OLE color: 7405779.
HSL color Cylindrical-coordinate representation of color #D30071: hue angle of 327.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30071 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.46 | 0.17 |
| HSL | 327.87º | 1% | 0.41% | - |
| HSV(B) | 327.87º | 1% | 0.83% | - |
| XYZ | 29.84 | 15.04 | 16.95 | - |
| YUV | 75.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 113 | 0 | 1 | 0.46 | 0.17 | 327.87 | 1 | 0.41 |
| Hex | D3 | 0 | 71 | 0 | 64 | 2E | 11 | 148 | 64 | 29 |
| Octal | 323 | 0 | 161 | 0 | 144 | 56 | 21 | 510 | 144 | 51 |
| Binary | 11010011 | 0 | 1110001 | 0 | 1100100 | 101110 | 10001 | 101001000 | 1100100 | 101001 |
Color Harmonies of #D30071
Complementary color
Monochromatic Colors of #D30071
Black with #D30071
Text Example
Text Example
White with #D30071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30071; }
p { color: rgb(211,0,113); }
H1.HeaderClassName
{
color: #D30071;
}
.AnyTagClassName
{
color: #D30071;
}
</style>
background-color css
<style>
a { background-color: #D30071; }
a { background-color: rgb(211,0,113); }
div.DivClassName
{
background-color: #D30071;
}
.BgClassName
{
background-color: #D30071;
}
</style>
border-color css
<style>
span { border-color: #D30071; }
span { border-color: rgb(211,0,113); }
td.TdClassName
{
border-color: #D30071;
}
.TagClassName
{
border-color: #D30071;
}
</style>