Shades of Ruby #D31E5C
Tints of Ruby #D31E5C
RGB
CMYK
RGB Variations
Color information
#D31E5C (or 0xD31E5C) is known color: Ruby. HEX triplet: D3, 1E and 5C. RGB value is (211,30,92). Sum of RGB (Red+Green+Blue) = 211+30+92=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31E5C is #2CE1A3. Grayscale: #5B5B5B. Windows color (decimal): -2941348 or 6037203. OLE color: 6037203.
HSL color Cylindrical-coordinate representation of color #D31E5C: hue angle of 339.45º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31E5C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 92 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.17 |
| HSL | 339.45º | 0.75% | 0.47% | - |
| HSV(B) | 339.45º | 0.86% | 0.83% | - |
| XYZ | 29.26 | 15.55 | 11.58 | - |
| YUV | 91.19 | 128.47 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 92 | 0 | 0.86 | 0.56 | 0.17 | 339.45 | 0.75 | 0.47 |
| Hex | D3 | 1E | 5C | 0 | 56 | 38 | 11 | 153 | 4B | 2F |
| Octal | 323 | 36 | 134 | 0 | 126 | 70 | 21 | 523 | 113 | 57 |
| Binary | 11010011 | 11110 | 1011100 | 0 | 1010110 | 111000 | 10001 | 101010011 | 1001011 | 101111 |
Color Harmonies of #D31E5C
Complementary color
Monochromatic Colors of #D31E5C
Black with #D31E5C
Text Example
Text Example
White with #D31E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31E5C; }
p { color: rgb(211,30,92); }
H1.HeaderClassName
{
color: #D31E5C;
}
.AnyTagClassName
{
color: #D31E5C;
}
</style>
background-color css
<style>
a { background-color: #D31E5C; }
a { background-color: rgb(211,30,92); }
div.DivClassName
{
background-color: #D31E5C;
}
.BgClassName
{
background-color: #D31E5C;
}
</style>
border-color css
<style>
span { border-color: #D31E5C; }
span { border-color: rgb(211,30,92); }
td.TdClassName
{
border-color: #D31E5C;
}
.TagClassName
{
border-color: #D31E5C;
}
</style>