Shades of Ruby #D31362
Tints of Ruby #D31362
RGB
CMYK
RGB Variations
Color information
#D31362 (or 0xD31362) is known color: Ruby. HEX triplet: D3, 13 and 62. RGB value is (211,19,98). Sum of RGB (Red+Green+Blue) = 211+19+98=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D31362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31362 is #2CEC9D. Grayscale: #555555. Windows color (decimal): -2944158 or 6427603. OLE color: 6427603.
HSL color Cylindrical-coordinate representation of color #D31362: hue angle of 335.31º degrees, saturation: 0.83, 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 #D31362 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.17 |
| HSL | 335.31º | 0.83% | 0.45% | - |
| HSV(B) | 335.31º | 0.91% | 0.83% | - |
| XYZ | 29.3 | 15.2 | 12.94 | - |
| YUV | 85.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 98 | 0 | 0.91 | 0.54 | 0.17 | 335.31 | 0.83 | 0.45 |
| Hex | D3 | 13 | 62 | 0 | 5B | 36 | 11 | 14F | 53 | 2D |
| Octal | 323 | 23 | 142 | 0 | 133 | 66 | 21 | 517 | 123 | 55 |
| Binary | 11010011 | 10011 | 1100010 | 0 | 1011011 | 110110 | 10001 | 101001111 | 1010011 | 101101 |
Color Harmonies of #D31362
Complementary color
Monochromatic Colors of #D31362
Black with #D31362
Text Example
Text Example
White with #D31362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31362; }
p { color: rgb(211,19,98); }
H1.HeaderClassName
{
color: #D31362;
}
.AnyTagClassName
{
color: #D31362;
}
</style>
background-color css
<style>
a { background-color: #D31362; }
a { background-color: rgb(211,19,98); }
div.DivClassName
{
background-color: #D31362;
}
.BgClassName
{
background-color: #D31362;
}
</style>
border-color css
<style>
span { border-color: #D31362; }
span { border-color: rgb(211,19,98); }
td.TdClassName
{
border-color: #D31362;
}
.TagClassName
{
border-color: #D31362;
}
</style>