Shades of Ruby #D30D53
Tints of Ruby #D30D53
RGB
CMYK
RGB Variations
Color information
#D30D53 (or 0xD30D53) is known color: Ruby. HEX triplet: D3, 0D and 53. RGB value is (211,13,83). Sum of RGB (Red+Green+Blue) = 211+13+83=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30D53 is #2CF2AC. Grayscale: #505050. Windows color (decimal): -2945709 or 5443027. OLE color: 5443027.
HSL color Cylindrical-coordinate representation of color #D30D53: hue angle of 338.79º 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 #D30D53 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 83 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.17 |
| HSL | 338.79º | 0.88% | 0.44% | - |
| HSV(B) | 338.79º | 0.94% | 0.83% | - |
| XYZ | 28.57 | 14.76 | 9.53 | - |
| YUV | 80.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 83 | 0 | 0.94 | 0.61 | 0.17 | 338.79 | 0.88 | 0.44 |
| Hex | D3 | D | 53 | 0 | 5E | 3D | 11 | 153 | 58 | 2C |
| Octal | 323 | 15 | 123 | 0 | 136 | 75 | 21 | 523 | 130 | 54 |
| Binary | 11010011 | 1101 | 1010011 | 0 | 1011110 | 111101 | 10001 | 101010011 | 1011000 | 101100 |
Color Harmonies of #D30D53
Complementary color
Monochromatic Colors of #D30D53
Black with #D30D53
Text Example
Text Example
White with #D30D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30D53; }
p { color: rgb(211,13,83); }
H1.HeaderClassName
{
color: #D30D53;
}
.AnyTagClassName
{
color: #D30D53;
}
</style>
background-color css
<style>
a { background-color: #D30D53; }
a { background-color: rgb(211,13,83); }
div.DivClassName
{
background-color: #D30D53;
}
.BgClassName
{
background-color: #D30D53;
}
</style>
border-color css
<style>
span { border-color: #D30D53; }
span { border-color: rgb(211,13,83); }
td.TdClassName
{
border-color: #D30D53;
}
.TagClassName
{
border-color: #D30D53;
}
</style>