Shades of Ruby #D30865
Tints of Ruby #D30865
RGB
CMYK
RGB Variations
Color information
#D30865 (or 0xD30865) is known color: Ruby. HEX triplet: D3, 08 and 65. RGB value is (211,8,101). Sum of RGB (Red+Green+Blue) = 211+8+101=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D30865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30865 is #2CF79A. Grayscale: #4F4F4F. Windows color (decimal): -2946971 or 6621395. OLE color: 6621395.
HSL color Cylindrical-coordinate representation of color #D30865: hue angle of 332.51º 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 #D30865 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.17 |
| HSL | 332.51º | 0.93% | 0.43% | - |
| HSV(B) | 332.51º | 0.96% | 0.83% | - |
| XYZ | 29.3 | 14.96 | 13.66 | - |
| YUV | 79.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 101 | 0 | 0.96 | 0.52 | 0.17 | 332.51 | 0.93 | 0.43 |
| Hex | D3 | 8 | 65 | 0 | 60 | 34 | 11 | 14D | 5D | 2B |
| Octal | 323 | 10 | 145 | 0 | 140 | 64 | 21 | 515 | 135 | 53 |
| Binary | 11010011 | 1000 | 1100101 | 0 | 1100000 | 110100 | 10001 | 101001101 | 1011101 | 101011 |
Color Harmonies of #D30865
Complementary color
Monochromatic Colors of #D30865
Black with #D30865
Text Example
Text Example
White with #D30865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30865; }
p { color: rgb(211,8,101); }
H1.HeaderClassName
{
color: #D30865;
}
.AnyTagClassName
{
color: #D30865;
}
</style>
background-color css
<style>
a { background-color: #D30865; }
a { background-color: rgb(211,8,101); }
div.DivClassName
{
background-color: #D30865;
}
.BgClassName
{
background-color: #D30865;
}
</style>
border-color css
<style>
span { border-color: #D30865; }
span { border-color: rgb(211,8,101); }
td.TdClassName
{
border-color: #D30865;
}
.TagClassName
{
border-color: #D30865;
}
</style>