Shades of Ruby #D31262
Tints of Ruby #D31262
RGB
CMYK
RGB Variations
Color information
#D31262 (or 0xD31262) is known color: Ruby. HEX triplet: D3, 12 and 62. RGB value is (211,18,98). Sum of RGB (Red+Green+Blue) = 211+18+98=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D31262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31262 is #2CED9D. Grayscale: #545454. Windows color (decimal): -2944414 or 6427347. OLE color: 6427347.
HSL color Cylindrical-coordinate representation of color #D31262: hue angle of 335.13º 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 #D31262 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 98 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.17 |
| HSL | 335.13º | 0.84% | 0.45% | - |
| HSV(B) | 335.13º | 0.91% | 0.83% | - |
| XYZ | 29.28 | 15.16 | 12.94 | - |
| YUV | 84.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 98 | 0 | 0.91 | 0.54 | 0.17 | 335.13 | 0.84 | 0.45 |
| Hex | D3 | 12 | 62 | 0 | 5B | 36 | 11 | 14F | 54 | 2D |
| Octal | 323 | 22 | 142 | 0 | 133 | 66 | 21 | 517 | 124 | 55 |
| Binary | 11010011 | 10010 | 1100010 | 0 | 1011011 | 110110 | 10001 | 101001111 | 1010100 | 101101 |
Color Harmonies of #D31262
Complementary color
Monochromatic Colors of #D31262
Black with #D31262
Text Example
Text Example
White with #D31262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31262; }
p { color: rgb(211,18,98); }
H1.HeaderClassName
{
color: #D31262;
}
.AnyTagClassName
{
color: #D31262;
}
</style>
background-color css
<style>
a { background-color: #D31262; }
a { background-color: rgb(211,18,98); }
div.DivClassName
{
background-color: #D31262;
}
.BgClassName
{
background-color: #D31262;
}
</style>
border-color css
<style>
span { border-color: #D31262; }
span { border-color: rgb(211,18,98); }
td.TdClassName
{
border-color: #D31262;
}
.TagClassName
{
border-color: #D31262;
}
</style>