Shades of Ruby #D61972
Tints of Ruby #D61972
RGB
CMYK
RGB Variations
Color information
#D61972 (or 0xD61972) is known color: Ruby. HEX triplet: D6, 19 and 72. RGB value is (214,25,114). Sum of RGB (Red+Green+Blue) = 214+25+114=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D61972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61972 is #29E68D. Grayscale: #5B5B5B. Windows color (decimal): -2745998 or 7477718. OLE color: 7477718.
HSL color Cylindrical-coordinate representation of color #D61972: hue angle of 331.75º 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 #D61972 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 114 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.16 |
| HSL | 331.75º | 0.79% | 0.47% | - |
| HSV(B) | 331.75º | 0.88% | 0.84% | - |
| XYZ | 31.12 | 16.21 | 17.41 | - |
| YUV | 91.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 114 | 0 | 0.88 | 0.47 | 0.16 | 331.75 | 0.79 | 0.47 |
| Hex | D6 | 19 | 72 | 0 | 58 | 2F | 10 | 14C | 4F | 2F |
| Octal | 326 | 31 | 162 | 0 | 130 | 57 | 20 | 514 | 117 | 57 |
| Binary | 11010110 | 11001 | 1110010 | 0 | 1011000 | 101111 | 10000 | 101001100 | 1001111 | 101111 |
Color Harmonies of #D61972
Complementary color
Monochromatic Colors of #D61972
Black with #D61972
Text Example
Text Example
White with #D61972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61972; }
p { color: rgb(214,25,114); }
H1.HeaderClassName
{
color: #D61972;
}
.AnyTagClassName
{
color: #D61972;
}
</style>
background-color css
<style>
a { background-color: #D61972; }
a { background-color: rgb(214,25,114); }
div.DivClassName
{
background-color: #D61972;
}
.BgClassName
{
background-color: #D61972;
}
</style>
border-color css
<style>
span { border-color: #D61972; }
span { border-color: rgb(214,25,114); }
td.TdClassName
{
border-color: #D61972;
}
.TagClassName
{
border-color: #D61972;
}
</style>