Shades of Ruby #D31068
Tints of Ruby #D31068
RGB
CMYK
RGB Variations
Color information
#D31068 (or 0xD31068) is known color: Ruby. HEX triplet: D3, 10 and 68. RGB value is (211,16,104). Sum of RGB (Red+Green+Blue) = 211+16+104=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D31068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31068 is #2CEF97. Grayscale: #545454. Windows color (decimal): -2944920 or 6820051. OLE color: 6820051.
HSL color Cylindrical-coordinate representation of color #D31068: hue angle of 332.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31068 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 104 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.17 |
| HSL | 332.92º | 0.86% | 0.45% | - |
| HSV(B) | 332.92º | 0.92% | 0.83% | - |
| XYZ | 29.55 | 15.22 | 14.48 | - |
| YUV | 84.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 104 | 0 | 0.92 | 0.51 | 0.17 | 332.92 | 0.86 | 0.45 |
| Hex | D3 | 10 | 68 | 0 | 5C | 33 | 11 | 14D | 56 | 2D |
| Octal | 323 | 20 | 150 | 0 | 134 | 63 | 21 | 515 | 126 | 55 |
| Binary | 11010011 | 10000 | 1101000 | 0 | 1011100 | 110011 | 10001 | 101001101 | 1010110 | 101101 |
Color Harmonies of #D31068
Complementary color
Monochromatic Colors of #D31068
Black with #D31068
Text Example
Text Example
White with #D31068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31068; }
p { color: rgb(211,16,104); }
H1.HeaderClassName
{
color: #D31068;
}
.AnyTagClassName
{
color: #D31068;
}
</style>
background-color css
<style>
a { background-color: #D31068; }
a { background-color: rgb(211,16,104); }
div.DivClassName
{
background-color: #D31068;
}
.BgClassName
{
background-color: #D31068;
}
</style>
border-color css
<style>
span { border-color: #D31068; }
span { border-color: rgb(211,16,104); }
td.TdClassName
{
border-color: #D31068;
}
.TagClassName
{
border-color: #D31068;
}
</style>