Shades of Ruby #D30D6D
Tints of Ruby #D30D6D
RGB
CMYK
RGB Variations
Color information
#D30D6D (or 0xD30D6D) is known color: Ruby. HEX triplet: D3, 0D and 6D. RGB value is (211,13,109). Sum of RGB (Red+Green+Blue) = 211+13+109=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30D6D is #2CF292. Grayscale: #525252. Windows color (decimal): -2945683 or 7146963. OLE color: 7146963.
HSL color Cylindrical-coordinate representation of color #D30D6D: hue angle of 330.91º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30D6D is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 109 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.17 |
| HSL | 330.91º | 0.88% | 0.44% | - |
| HSV(B) | 330.91º | 0.94% | 0.83% | - |
| XYZ | 29.77 | 15.24 | 15.84 | - |
| YUV | 83.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 109 | 0 | 0.94 | 0.48 | 0.17 | 330.91 | 0.88 | 0.44 |
| Hex | D3 | D | 6D | 0 | 5E | 30 | 11 | 14B | 58 | 2C |
| Octal | 323 | 15 | 155 | 0 | 136 | 60 | 21 | 513 | 130 | 54 |
| Binary | 11010011 | 1101 | 1101101 | 0 | 1011110 | 110000 | 10001 | 101001011 | 1011000 | 101100 |
Color Harmonies of #D30D6D
Complementary color
Monochromatic Colors of #D30D6D
Black with #D30D6D
Text Example
Text Example
White with #D30D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30D6D; }
p { color: rgb(211,13,109); }
H1.HeaderClassName
{
color: #D30D6D;
}
.AnyTagClassName
{
color: #D30D6D;
}
</style>
background-color css
<style>
a { background-color: #D30D6D; }
a { background-color: rgb(211,13,109); }
div.DivClassName
{
background-color: #D30D6D;
}
.BgClassName
{
background-color: #D30D6D;
}
</style>
border-color css
<style>
span { border-color: #D30D6D; }
span { border-color: rgb(211,13,109); }
td.TdClassName
{
border-color: #D30D6D;
}
.TagClassName
{
border-color: #D30D6D;
}
</style>