Shades of Ruby #D31258
Tints of Ruby #D31258
RGB
CMYK
RGB Variations
Color information
#D31258 (or 0xD31258) is known color: Ruby. HEX triplet: D3, 12 and 58. RGB value is (211,18,88). Sum of RGB (Red+Green+Blue) = 211+18+88=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D31258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31258 is #2CEDA7. Grayscale: #535353. Windows color (decimal): -2944424 or 5771987. OLE color: 5771987.
HSL color Cylindrical-coordinate representation of color #D31258: hue angle of 338.24º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31258 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 88 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.17 |
| HSL | 338.24º | 0.84% | 0.45% | - |
| HSV(B) | 338.24º | 0.91% | 0.83% | - |
| XYZ | 28.84 | 14.99 | 10.6 | - |
| YUV | 83.69 | 130.44 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 88 | 0 | 0.91 | 0.58 | 0.17 | 338.24 | 0.84 | 0.45 |
| Hex | D3 | 12 | 58 | 0 | 5B | 3A | 11 | 152 | 54 | 2D |
| Octal | 323 | 22 | 130 | 0 | 133 | 72 | 21 | 522 | 124 | 55 |
| Binary | 11010011 | 10010 | 1011000 | 0 | 1011011 | 111010 | 10001 | 101010010 | 1010100 | 101101 |
Color Harmonies of #D31258
Complementary color
Monochromatic Colors of #D31258
Black with #D31258
Text Example
Text Example
White with #D31258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31258; }
p { color: rgb(211,18,88); }
H1.HeaderClassName
{
color: #D31258;
}
.AnyTagClassName
{
color: #D31258;
}
</style>
background-color css
<style>
a { background-color: #D31258; }
a { background-color: rgb(211,18,88); }
div.DivClassName
{
background-color: #D31258;
}
.BgClassName
{
background-color: #D31258;
}
</style>
border-color css
<style>
span { border-color: #D31258; }
span { border-color: rgb(211,18,88); }
td.TdClassName
{
border-color: #D31258;
}
.TagClassName
{
border-color: #D31258;
}
</style>