Shades of Ruby #D31F6B
Tints of Ruby #D31F6B
RGB
CMYK
RGB Variations
Color information
#D31F6B (or 0xD31F6B) is known color: Ruby. HEX triplet: D3, 1F and 6B. RGB value is (211,31,107). Sum of RGB (Red+Green+Blue) = 211+31+107=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31F6B is #2CE094. Grayscale: #5D5D5D. Windows color (decimal): -2941077 or 7020499. OLE color: 7020499.
HSL color Cylindrical-coordinate representation of color #D31F6B: hue angle of 334.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31F6B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 31 | 107 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.17 |
| HSL | 334.67º | 0.74% | 0.47% | - |
| HSV(B) | 334.67º | 0.85% | 0.83% | - |
| XYZ | 30.01 | 15.89 | 15.4 | - |
| YUV | 93.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 107 | 0 | 0.85 | 0.49 | 0.17 | 334.67 | 0.74 | 0.47 |
| Hex | D3 | 1F | 6B | 0 | 55 | 31 | 11 | 14F | 4A | 2F |
| Octal | 323 | 37 | 153 | 0 | 125 | 61 | 21 | 517 | 112 | 57 |
| Binary | 11010011 | 11111 | 1101011 | 0 | 1010101 | 110001 | 10001 | 101001111 | 1001010 | 101111 |
Color Harmonies of #D31F6B
Complementary color
Monochromatic Colors of #D31F6B
Black with #D31F6B
Text Example
Text Example
White with #D31F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31F6B; }
p { color: rgb(211,31,107); }
H1.HeaderClassName
{
color: #D31F6B;
}
.AnyTagClassName
{
color: #D31F6B;
}
</style>
background-color css
<style>
a { background-color: #D31F6B; }
a { background-color: rgb(211,31,107); }
div.DivClassName
{
background-color: #D31F6B;
}
.BgClassName
{
background-color: #D31F6B;
}
</style>
border-color css
<style>
span { border-color: #D31F6B; }
span { border-color: rgb(211,31,107); }
td.TdClassName
{
border-color: #D31F6B;
}
.TagClassName
{
border-color: #D31F6B;
}
</style>