Shades of Ruby #D61862
Tints of Ruby #D61862
RGB
CMYK
RGB Variations
Color information
#D61862 (or 0xD61862) is known color: Ruby. HEX triplet: D6, 18 and 62. RGB value is (214,24,98). Sum of RGB (Red+Green+Blue) = 214+24+98=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D61862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61862 is #29E79D. Grayscale: #595959. Windows color (decimal): -2746270 or 6428886. OLE color: 6428886.
HSL color Cylindrical-coordinate representation of color #D61862: hue angle of 336.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61862 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 98 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.16 |
| HSL | 336.63º | 0.8% | 0.47% | - |
| HSV(B) | 336.63º | 0.89% | 0.84% | - |
| XYZ | 30.26 | 15.83 | 13.02 | - |
| YUV | 89.25 | 132.95 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 98 | 0 | 0.89 | 0.54 | 0.16 | 336.63 | 0.8 | 0.47 |
| Hex | D6 | 18 | 62 | 0 | 59 | 36 | 10 | 151 | 50 | 2F |
| Octal | 326 | 30 | 142 | 0 | 131 | 66 | 20 | 521 | 120 | 57 |
| Binary | 11010110 | 11000 | 1100010 | 0 | 1011001 | 110110 | 10000 | 101010001 | 1010000 | 101111 |
Color Harmonies of #D61862
Complementary color
Monochromatic Colors of #D61862
Black with #D61862
Text Example
Text Example
White with #D61862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61862; }
p { color: rgb(214,24,98); }
H1.HeaderClassName
{
color: #D61862;
}
.AnyTagClassName
{
color: #D61862;
}
</style>
background-color css
<style>
a { background-color: #D61862; }
a { background-color: rgb(214,24,98); }
div.DivClassName
{
background-color: #D61862;
}
.BgClassName
{
background-color: #D61862;
}
</style>
border-color css
<style>
span { border-color: #D61862; }
span { border-color: rgb(214,24,98); }
td.TdClassName
{
border-color: #D61862;
}
.TagClassName
{
border-color: #D61862;
}
</style>