Shades of Ruby #D30C55
Tints of Ruby #D30C55
RGB
CMYK
RGB Variations
Color information
#D30C55 (or 0xD30C55) is known color: Ruby. HEX triplet: D3, 0C and 55. RGB value is (211,12,85). Sum of RGB (Red+Green+Blue) = 211+12+85=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30C55 is #2CF3AA. Grayscale: #4F4F4F. Windows color (decimal): -2945963 or 5573843. OLE color: 5573843.
HSL color Cylindrical-coordinate representation of color #D30C55: hue angle of 337.99º degrees, saturation: 0.89, 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 #D30C55 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 12 | 85 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.17 |
| HSL | 337.99º | 0.89% | 0.44% | - |
| HSV(B) | 337.99º | 0.94% | 0.83% | - |
| XYZ | 28.64 | 14.77 | 9.94 | - |
| YUV | 79.82 | 130.93 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 85 | 0 | 0.94 | 0.60 | 0.17 | 337.99 | 0.89 | 0.44 |
| Hex | D3 | C | 55 | 0 | 5E | 3C | 11 | 152 | 59 | 2C |
| Octal | 323 | 14 | 125 | 0 | 136 | 74 | 21 | 522 | 131 | 54 |
| Binary | 11010011 | 1100 | 1010101 | 0 | 1011110 | 111100 | 10001 | 101010010 | 1011001 | 101100 |
Color Harmonies of #D30C55
Complementary color
Monochromatic Colors of #D30C55
Black with #D30C55
Text Example
Text Example
White with #D30C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30C55; }
p { color: rgb(211,12,85); }
H1.HeaderClassName
{
color: #D30C55;
}
.AnyTagClassName
{
color: #D30C55;
}
</style>
background-color css
<style>
a { background-color: #D30C55; }
a { background-color: rgb(211,12,85); }
div.DivClassName
{
background-color: #D30C55;
}
.BgClassName
{
background-color: #D30C55;
}
</style>
border-color css
<style>
span { border-color: #D30C55; }
span { border-color: rgb(211,12,85); }
td.TdClassName
{
border-color: #D30C55;
}
.TagClassName
{
border-color: #D30C55;
}
</style>