Shades of Ruby #D30964
Tints of Ruby #D30964
RGB
CMYK
RGB Variations
Color information
#D30964 (or 0xD30964) is known color: Ruby. HEX triplet: D3, 09 and 64. RGB value is (211,9,100). Sum of RGB (Red+Green+Blue) = 211+9+100=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D30964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30964 is #2CF69B. Grayscale: #4F4F4F. Windows color (decimal): -2946716 or 6556115. OLE color: 6556115.
HSL color Cylindrical-coordinate representation of color #D30964: hue angle of 332.97º 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 #D30964 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.17 |
| HSL | 332.97º | 0.92% | 0.43% | - |
| HSV(B) | 332.97º | 0.96% | 0.83% | - |
| XYZ | 29.26 | 14.96 | 13.4 | - |
| YUV | 79.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 100 | 0 | 0.96 | 0.53 | 0.17 | 332.97 | 0.92 | 0.43 |
| Hex | D3 | 9 | 64 | 0 | 60 | 35 | 11 | 14D | 5C | 2B |
| Octal | 323 | 11 | 144 | 0 | 140 | 65 | 21 | 515 | 134 | 53 |
| Binary | 11010011 | 1001 | 1100100 | 0 | 1100000 | 110101 | 10001 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D30964
Complementary color
Monochromatic Colors of #D30964
Black with #D30964
Text Example
Text Example
White with #D30964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30964; }
p { color: rgb(211,9,100); }
H1.HeaderClassName
{
color: #D30964;
}
.AnyTagClassName
{
color: #D30964;
}
</style>
background-color css
<style>
a { background-color: #D30964; }
a { background-color: rgb(211,9,100); }
div.DivClassName
{
background-color: #D30964;
}
.BgClassName
{
background-color: #D30964;
}
</style>
border-color css
<style>
span { border-color: #D30964; }
span { border-color: rgb(211,9,100); }
td.TdClassName
{
border-color: #D30964;
}
.TagClassName
{
border-color: #D30964;
}
</style>