Shades of Ruby #D30971
Tints of Ruby #D30971
RGB
CMYK
RGB Variations
Color information
#D30971 (or 0xD30971) is known color: Ruby. HEX triplet: D3, 09 and 71. RGB value is (211,9,113). Sum of RGB (Red+Green+Blue) = 211+9+113=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D30971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30971 is #2CF68E. Grayscale: #515151. Windows color (decimal): -2946703 or 7408083. OLE color: 7408083.
HSL color Cylindrical-coordinate representation of color #D30971: hue angle of 329.11º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30971 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.17 |
| HSL | 329.11º | 0.92% | 0.43% | - |
| HSV(B) | 329.11º | 0.96% | 0.83% | - |
| XYZ | 29.94 | 15.24 | 16.99 | - |
| YUV | 81.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 113 | 0 | 0.96 | 0.46 | 0.17 | 329.11 | 0.92 | 0.43 |
| Hex | D3 | 9 | 71 | 0 | 60 | 2E | 11 | 149 | 5C | 2B |
| Octal | 323 | 11 | 161 | 0 | 140 | 56 | 21 | 511 | 134 | 53 |
| Binary | 11010011 | 1001 | 1110001 | 0 | 1100000 | 101110 | 10001 | 101001001 | 1011100 | 101011 |
Color Harmonies of #D30971
Complementary color
Monochromatic Colors of #D30971
Black with #D30971
Text Example
Text Example
White with #D30971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30971; }
p { color: rgb(211,9,113); }
H1.HeaderClassName
{
color: #D30971;
}
.AnyTagClassName
{
color: #D30971;
}
</style>
background-color css
<style>
a { background-color: #D30971; }
a { background-color: rgb(211,9,113); }
div.DivClassName
{
background-color: #D30971;
}
.BgClassName
{
background-color: #D30971;
}
</style>
border-color css
<style>
span { border-color: #D30971; }
span { border-color: rgb(211,9,113); }
td.TdClassName
{
border-color: #D30971;
}
.TagClassName
{
border-color: #D30971;
}
</style>