Shades of Ruby #D61962
Tints of Ruby #D61962
RGB
CMYK
RGB Variations
Color information
#D61962 (or 0xD61962) is known color: Ruby. HEX triplet: D6, 19 and 62. RGB value is (214,25,98). Sum of RGB (Red+Green+Blue) = 214+25+98=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D61962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61962 is #29E69D. Grayscale: #595959. Windows color (decimal): -2746014 or 6429142. OLE color: 6429142.
HSL color Cylindrical-coordinate representation of color #D61962: hue angle of 336.83º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61962 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 98 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.16 |
| HSL | 336.83º | 0.79% | 0.47% | - |
| HSV(B) | 336.83º | 0.88% | 0.84% | - |
| XYZ | 30.28 | 15.87 | 13.02 | - |
| YUV | 89.83 | 132.62 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 98 | 0 | 0.88 | 0.54 | 0.16 | 336.83 | 0.79 | 0.47 |
| Hex | D6 | 19 | 62 | 0 | 58 | 36 | 10 | 151 | 4F | 2F |
| Octal | 326 | 31 | 142 | 0 | 130 | 66 | 20 | 521 | 117 | 57 |
| Binary | 11010110 | 11001 | 1100010 | 0 | 1011000 | 110110 | 10000 | 101010001 | 1001111 | 101111 |
Color Harmonies of #D61962
Complementary color
Monochromatic Colors of #D61962
Black with #D61962
Text Example
Text Example
White with #D61962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61962; }
p { color: rgb(214,25,98); }
H1.HeaderClassName
{
color: #D61962;
}
.AnyTagClassName
{
color: #D61962;
}
</style>
background-color css
<style>
a { background-color: #D61962; }
a { background-color: rgb(214,25,98); }
div.DivClassName
{
background-color: #D61962;
}
.BgClassName
{
background-color: #D61962;
}
</style>
border-color css
<style>
span { border-color: #D61962; }
span { border-color: rgb(214,25,98); }
td.TdClassName
{
border-color: #D61962;
}
.TagClassName
{
border-color: #D61962;
}
</style>