Shades of Ruby #D30867
Tints of Ruby #D30867
RGB
CMYK
RGB Variations
Color information
#D30867 (or 0xD30867) is known color: Ruby. HEX triplet: D3, 08 and 67. RGB value is (211,8,103). Sum of RGB (Red+Green+Blue) = 211+8+103=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D30867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30867 is #2CF798. Grayscale: #4F4F4F. Windows color (decimal): -2946969 or 6752467. OLE color: 6752467.
HSL color Cylindrical-coordinate representation of color #D30867: hue angle of 331.92º 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 #D30867 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.17 |
| HSL | 331.92º | 0.93% | 0.43% | - |
| HSV(B) | 331.92º | 0.96% | 0.83% | - |
| XYZ | 29.4 | 15 | 14.18 | - |
| YUV | 79.53 | 141.25 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 103 | 0 | 0.96 | 0.51 | 0.17 | 331.92 | 0.93 | 0.43 |
| Hex | D3 | 8 | 67 | 0 | 60 | 33 | 11 | 14C | 5D | 2B |
| Octal | 323 | 10 | 147 | 0 | 140 | 63 | 21 | 514 | 135 | 53 |
| Binary | 11010011 | 1000 | 1100111 | 0 | 1100000 | 110011 | 10001 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D30867
Complementary color
Monochromatic Colors of #D30867
Black with #D30867
Text Example
Text Example
White with #D30867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30867; }
p { color: rgb(211,8,103); }
H1.HeaderClassName
{
color: #D30867;
}
.AnyTagClassName
{
color: #D30867;
}
</style>
background-color css
<style>
a { background-color: #D30867; }
a { background-color: rgb(211,8,103); }
div.DivClassName
{
background-color: #D30867;
}
.BgClassName
{
background-color: #D30867;
}
</style>
border-color css
<style>
span { border-color: #D30867; }
span { border-color: rgb(211,8,103); }
td.TdClassName
{
border-color: #D30867;
}
.TagClassName
{
border-color: #D30867;
}
</style>