Shades of Ruby #D30871
Tints of Ruby #D30871
RGB
CMYK
RGB Variations
Color information
#D30871 (or 0xD30871) is known color: Ruby. HEX triplet: D3, 08 and 71. RGB value is (211,8,113). Sum of RGB (Red+Green+Blue) = 211+8+113=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D30871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30871 is #2CF78E. Grayscale: #505050. Windows color (decimal): -2946959 or 7407827. OLE color: 7407827.
HSL color Cylindrical-coordinate representation of color #D30871: hue angle of 328.97º degrees, saturation: 0.93, 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 #D30871 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.17 |
| HSL | 328.97º | 0.93% | 0.43% | - |
| HSV(B) | 328.97º | 0.96% | 0.83% | - |
| XYZ | 29.93 | 15.21 | 16.98 | - |
| YUV | 80.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 113 | 0 | 0.96 | 0.46 | 0.17 | 328.97 | 0.93 | 0.43 |
| Hex | D3 | 8 | 71 | 0 | 60 | 2E | 11 | 149 | 5D | 2B |
| Octal | 323 | 10 | 161 | 0 | 140 | 56 | 21 | 511 | 135 | 53 |
| Binary | 11010011 | 1000 | 1110001 | 0 | 1100000 | 101110 | 10001 | 101001001 | 1011101 | 101011 |
Color Harmonies of #D30871
Complementary color
Monochromatic Colors of #D30871
Black with #D30871
Text Example
Text Example
White with #D30871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30871; }
p { color: rgb(211,8,113); }
H1.HeaderClassName
{
color: #D30871;
}
.AnyTagClassName
{
color: #D30871;
}
</style>
background-color css
<style>
a { background-color: #D30871; }
a { background-color: rgb(211,8,113); }
div.DivClassName
{
background-color: #D30871;
}
.BgClassName
{
background-color: #D30871;
}
</style>
border-color css
<style>
span { border-color: #D30871; }
span { border-color: rgb(211,8,113); }
td.TdClassName
{
border-color: #D30871;
}
.TagClassName
{
border-color: #D30871;
}
</style>