Shades of Ruby #D31667
Tints of Ruby #D31667
RGB
CMYK
RGB Variations
Color information
#D31667 (or 0xD31667) is known color: Ruby. HEX triplet: D3, 16 and 67. RGB value is (211,22,103). Sum of RGB (Red+Green+Blue) = 211+22+103=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D31667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31667 is #2CE998. Grayscale: #575757. Windows color (decimal): -2943385 or 6756051. OLE color: 6756051.
HSL color Cylindrical-coordinate representation of color #D31667: hue angle of 334.29º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31667 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 103 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.17 |
| HSL | 334.29º | 0.81% | 0.46% | - |
| HSV(B) | 334.29º | 0.9% | 0.83% | - |
| XYZ | 29.6 | 15.4 | 14.24 | - |
| YUV | 87.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 103 | 0 | 0.90 | 0.51 | 0.17 | 334.29 | 0.81 | 0.46 |
| Hex | D3 | 16 | 67 | 0 | 5A | 33 | 11 | 14E | 51 | 2E |
| Octal | 323 | 26 | 147 | 0 | 132 | 63 | 21 | 516 | 121 | 56 |
| Binary | 11010011 | 10110 | 1100111 | 0 | 1011010 | 110011 | 10001 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D31667
Complementary color
Monochromatic Colors of #D31667
Black with #D31667
Text Example
Text Example
White with #D31667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31667; }
p { color: rgb(211,22,103); }
H1.HeaderClassName
{
color: #D31667;
}
.AnyTagClassName
{
color: #D31667;
}
</style>
background-color css
<style>
a { background-color: #D31667; }
a { background-color: rgb(211,22,103); }
div.DivClassName
{
background-color: #D31667;
}
.BgClassName
{
background-color: #D31667;
}
</style>
border-color css
<style>
span { border-color: #D31667; }
span { border-color: rgb(211,22,103); }
td.TdClassName
{
border-color: #D31667;
}
.TagClassName
{
border-color: #D31667;
}
</style>