Shades of Ruby #D30D68
Tints of Ruby #D30D68
RGB
CMYK
RGB Variations
Color information
#D30D68 (or 0xD30D68) is known color: Ruby. HEX triplet: D3, 0D and 68. RGB value is (211,13,104). Sum of RGB (Red+Green+Blue) = 211+13+104=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30D68 is #2CF297. Grayscale: #525252. Windows color (decimal): -2945688 or 6819283. OLE color: 6819283.
HSL color Cylindrical-coordinate representation of color #D30D68: hue angle of 332.42º 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 #D30D68 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 104 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.17 |
| HSL | 332.42º | 0.88% | 0.44% | - |
| HSV(B) | 332.42º | 0.94% | 0.83% | - |
| XYZ | 29.51 | 15.14 | 14.46 | - |
| YUV | 82.58 | 140.1 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 104 | 0 | 0.94 | 0.51 | 0.17 | 332.42 | 0.88 | 0.44 |
| Hex | D3 | D | 68 | 0 | 5E | 33 | 11 | 14C | 58 | 2C |
| Octal | 323 | 15 | 150 | 0 | 136 | 63 | 21 | 514 | 130 | 54 |
| Binary | 11010011 | 1101 | 1101000 | 0 | 1011110 | 110011 | 10001 | 101001100 | 1011000 | 101100 |
Color Harmonies of #D30D68
Complementary color
Monochromatic Colors of #D30D68
Black with #D30D68
Text Example
Text Example
White with #D30D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30D68; }
p { color: rgb(211,13,104); }
H1.HeaderClassName
{
color: #D30D68;
}
.AnyTagClassName
{
color: #D30D68;
}
</style>
background-color css
<style>
a { background-color: #D30D68; }
a { background-color: rgb(211,13,104); }
div.DivClassName
{
background-color: #D30D68;
}
.BgClassName
{
background-color: #D30D68;
}
</style>
border-color css
<style>
span { border-color: #D30D68; }
span { border-color: rgb(211,13,104); }
td.TdClassName
{
border-color: #D30D68;
}
.TagClassName
{
border-color: #D30D68;
}
</style>