Shades of Ruby #D61562
Tints of Ruby #D61562
RGB
CMYK
RGB Variations
Color information
#D61562 (or 0xD61562) is known color: Ruby. HEX triplet: D6, 15 and 62. RGB value is (214,21,98). Sum of RGB (Red+Green+Blue) = 214+21+98=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D61562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61562 is #29EA9D. Grayscale: #575757. Windows color (decimal): -2747038 or 6428118. OLE color: 6428118.
HSL color Cylindrical-coordinate representation of color #D61562: hue angle of 336.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61562 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 98 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.16 |
| HSL | 336.06º | 0.82% | 0.46% | - |
| HSV(B) | 336.06º | 0.9% | 0.84% | - |
| XYZ | 30.2 | 15.71 | 13 | - |
| YUV | 87.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 98 | 0 | 0.90 | 0.54 | 0.16 | 336.06 | 0.82 | 0.46 |
| Hex | D6 | 15 | 62 | 0 | 5A | 36 | 10 | 150 | 52 | 2E |
| Octal | 326 | 25 | 142 | 0 | 132 | 66 | 20 | 520 | 122 | 56 |
| Binary | 11010110 | 10101 | 1100010 | 0 | 1011010 | 110110 | 10000 | 101010000 | 1010010 | 101110 |
Color Harmonies of #D61562
Complementary color
Monochromatic Colors of #D61562
Black with #D61562
Text Example
Text Example
White with #D61562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61562; }
p { color: rgb(214,21,98); }
H1.HeaderClassName
{
color: #D61562;
}
.AnyTagClassName
{
color: #D61562;
}
</style>
background-color css
<style>
a { background-color: #D61562; }
a { background-color: rgb(214,21,98); }
div.DivClassName
{
background-color: #D61562;
}
.BgClassName
{
background-color: #D61562;
}
</style>
border-color css
<style>
span { border-color: #D61562; }
span { border-color: rgb(214,21,98); }
td.TdClassName
{
border-color: #D61562;
}
.TagClassName
{
border-color: #D61562;
}
</style>