Shades of Ruby #D31B6E
Tints of Ruby #D31B6E
RGB
CMYK
RGB Variations
Color information
#D31B6E (or 0xD31B6E) is known color: Ruby. HEX triplet: D3, 1B and 6E. RGB value is (211,27,110). Sum of RGB (Red+Green+Blue) = 211+27+110=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31B6E is #2CE491. Grayscale: #5B5B5B. Windows color (decimal): -2942098 or 7216083. OLE color: 7216083.
HSL color Cylindrical-coordinate representation of color #D31B6E: hue angle of 332.93º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31B6E is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 110 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.17 |
| HSL | 332.93º | 0.77% | 0.47% | - |
| HSV(B) | 332.93º | 0.87% | 0.83% | - |
| XYZ | 30.07 | 15.76 | 16.21 | - |
| YUV | 91.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 110 | 0 | 0.87 | 0.48 | 0.17 | 332.93 | 0.77 | 0.47 |
| Hex | D3 | 1B | 6E | 0 | 57 | 30 | 11 | 14D | 4D | 2F |
| Octal | 323 | 33 | 156 | 0 | 127 | 60 | 21 | 515 | 115 | 57 |
| Binary | 11010011 | 11011 | 1101110 | 0 | 1010111 | 110000 | 10001 | 101001101 | 1001101 | 101111 |
Color Harmonies of #D31B6E
Complementary color
Monochromatic Colors of #D31B6E
Black with #D31B6E
Text Example
Text Example
White with #D31B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31B6E; }
p { color: rgb(211,27,110); }
H1.HeaderClassName
{
color: #D31B6E;
}
.AnyTagClassName
{
color: #D31B6E;
}
</style>
background-color css
<style>
a { background-color: #D31B6E; }
a { background-color: rgb(211,27,110); }
div.DivClassName
{
background-color: #D31B6E;
}
.BgClassName
{
background-color: #D31B6E;
}
</style>
border-color css
<style>
span { border-color: #D31B6E; }
span { border-color: rgb(211,27,110); }
td.TdClassName
{
border-color: #D31B6E;
}
.TagClassName
{
border-color: #D31B6E;
}
</style>