Shades of Ruby #D30D66
Tints of Ruby #D30D66
RGB
CMYK
RGB Variations
Color information
#D30D66 (or 0xD30D66) is known color: Ruby. HEX triplet: D3, 0D and 66. RGB value is (211,13,102). Sum of RGB (Red+Green+Blue) = 211+13+102=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30D66 is #2CF299. Grayscale: #525252. Windows color (decimal): -2945690 or 6688211. OLE color: 6688211.
HSL color Cylindrical-coordinate representation of color #D30D66: hue angle of 333.03º 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 #D30D66 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 102 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.17 |
| HSL | 333.03º | 0.88% | 0.44% | - |
| HSV(B) | 333.03º | 0.94% | 0.83% | - |
| XYZ | 29.41 | 15.1 | 13.93 | - |
| YUV | 82.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 102 | 0 | 0.94 | 0.52 | 0.17 | 333.03 | 0.88 | 0.44 |
| Hex | D3 | D | 66 | 0 | 5E | 34 | 11 | 14D | 58 | 2C |
| Octal | 323 | 15 | 146 | 0 | 136 | 64 | 21 | 515 | 130 | 54 |
| Binary | 11010011 | 1101 | 1100110 | 0 | 1011110 | 110100 | 10001 | 101001101 | 1011000 | 101100 |
Color Harmonies of #D30D66
Complementary color
Monochromatic Colors of #D30D66
Black with #D30D66
Text Example
Text Example
White with #D30D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30D66; }
p { color: rgb(211,13,102); }
H1.HeaderClassName
{
color: #D30D66;
}
.AnyTagClassName
{
color: #D30D66;
}
</style>
background-color css
<style>
a { background-color: #D30D66; }
a { background-color: rgb(211,13,102); }
div.DivClassName
{
background-color: #D30D66;
}
.BgClassName
{
background-color: #D30D66;
}
</style>
border-color css
<style>
span { border-color: #D30D66; }
span { border-color: rgb(211,13,102); }
td.TdClassName
{
border-color: #D30D66;
}
.TagClassName
{
border-color: #D30D66;
}
</style>