Shades of Ruby #D30866
Tints of Ruby #D30866
RGB
CMYK
RGB Variations
Color information
#D30866 (or 0xD30866) is known color: Ruby. HEX triplet: D3, 08 and 66. RGB value is (211,8,102). Sum of RGB (Red+Green+Blue) = 211+8+102=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D30866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30866 is #2CF799. Grayscale: #4F4F4F. Windows color (decimal): -2946970 or 6686931. OLE color: 6686931.
HSL color Cylindrical-coordinate representation of color #D30866: hue angle of 332.22º 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 #D30866 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.17 |
| HSL | 332.22º | 0.93% | 0.43% | - |
| HSV(B) | 332.22º | 0.96% | 0.83% | - |
| XYZ | 29.35 | 14.98 | 13.92 | - |
| YUV | 79.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 102 | 0 | 0.96 | 0.52 | 0.17 | 332.22 | 0.93 | 0.43 |
| Hex | D3 | 8 | 66 | 0 | 60 | 34 | 11 | 14C | 5D | 2B |
| Octal | 323 | 10 | 146 | 0 | 140 | 64 | 21 | 514 | 135 | 53 |
| Binary | 11010011 | 1000 | 1100110 | 0 | 1100000 | 110100 | 10001 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D30866
Complementary color
Monochromatic Colors of #D30866
Black with #D30866
Text Example
Text Example
White with #D30866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30866; }
p { color: rgb(211,8,102); }
H1.HeaderClassName
{
color: #D30866;
}
.AnyTagClassName
{
color: #D30866;
}
</style>
background-color css
<style>
a { background-color: #D30866; }
a { background-color: rgb(211,8,102); }
div.DivClassName
{
background-color: #D30866;
}
.BgClassName
{
background-color: #D30866;
}
</style>
border-color css
<style>
span { border-color: #D30866; }
span { border-color: rgb(211,8,102); }
td.TdClassName
{
border-color: #D30866;
}
.TagClassName
{
border-color: #D30866;
}
</style>