Shades of Ruby #D61272
Tints of Ruby #D61272
RGB
CMYK
RGB Variations
Color information
#D61272 (or 0xD61272) is known color: Ruby. HEX triplet: D6, 12 and 72. RGB value is (214,18,114). Sum of RGB (Red+Green+Blue) = 214+18+114=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D61272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61272 is #29ED8D. Grayscale: #575757. Windows color (decimal): -2747790 or 7475926. OLE color: 7475926.
HSL color Cylindrical-coordinate representation of color #D61272: hue angle of 330.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61272 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 114 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.16 |
| HSL | 330.61º | 0.84% | 0.45% | - |
| HSV(B) | 330.61º | 0.92% | 0.84% | - |
| XYZ | 30.99 | 15.94 | 17.36 | - |
| YUV | 87.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 114 | 0 | 0.92 | 0.47 | 0.16 | 330.61 | 0.84 | 0.45 |
| Hex | D6 | 12 | 72 | 0 | 5C | 2F | 10 | 14B | 54 | 2D |
| Octal | 326 | 22 | 162 | 0 | 134 | 57 | 20 | 513 | 124 | 55 |
| Binary | 11010110 | 10010 | 1110010 | 0 | 1011100 | 101111 | 10000 | 101001011 | 1010100 | 101101 |
Color Harmonies of #D61272
Complementary color
Monochromatic Colors of #D61272
Black with #D61272
Text Example
Text Example
White with #D61272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61272; }
p { color: rgb(214,18,114); }
H1.HeaderClassName
{
color: #D61272;
}
.AnyTagClassName
{
color: #D61272;
}
</style>
background-color css
<style>
a { background-color: #D61272; }
a { background-color: rgb(214,18,114); }
div.DivClassName
{
background-color: #D61272;
}
.BgClassName
{
background-color: #D61272;
}
</style>
border-color css
<style>
span { border-color: #D61272; }
span { border-color: rgb(214,18,114); }
td.TdClassName
{
border-color: #D61272;
}
.TagClassName
{
border-color: #D61272;
}
</style>