Shades of Ruby #D30D6F
Tints of Ruby #D30D6F
RGB
CMYK
RGB Variations
Color information
#D30D6F (or 0xD30D6F) is known color: Ruby. HEX triplet: D3, 0D and 6F. RGB value is (211,13,111). Sum of RGB (Red+Green+Blue) = 211+13+111=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30D6F is #2CF290. Grayscale: #535353. Windows color (decimal): -2945681 or 7278035. OLE color: 7278035.
HSL color Cylindrical-coordinate representation of color #D30D6F: hue angle of 330.3º 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 #D30D6F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 111 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.17 |
| HSL | 330.3º | 0.88% | 0.44% | - |
| HSV(B) | 330.3º | 0.94% | 0.83% | - |
| XYZ | 29.88 | 15.28 | 16.41 | - |
| YUV | 83.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 111 | 0 | 0.94 | 0.47 | 0.17 | 330.3 | 0.88 | 0.44 |
| Hex | D3 | D | 6F | 0 | 5E | 2F | 11 | 14A | 58 | 2C |
| Octal | 323 | 15 | 157 | 0 | 136 | 57 | 21 | 512 | 130 | 54 |
| Binary | 11010011 | 1101 | 1101111 | 0 | 1011110 | 101111 | 10001 | 101001010 | 1011000 | 101100 |
Color Harmonies of #D30D6F
Complementary color
Monochromatic Colors of #D30D6F
Black with #D30D6F
Text Example
Text Example
White with #D30D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30D6F; }
p { color: rgb(211,13,111); }
H1.HeaderClassName
{
color: #D30D6F;
}
.AnyTagClassName
{
color: #D30D6F;
}
</style>
background-color css
<style>
a { background-color: #D30D6F; }
a { background-color: rgb(211,13,111); }
div.DivClassName
{
background-color: #D30D6F;
}
.BgClassName
{
background-color: #D30D6F;
}
</style>
border-color css
<style>
span { border-color: #D30D6F; }
span { border-color: rgb(211,13,111); }
td.TdClassName
{
border-color: #D30D6F;
}
.TagClassName
{
border-color: #D30D6F;
}
</style>