Shades of Ruby #D2145E
Tints of Ruby #D2145E
RGB
CMYK
RGB Variations
Color information
#D2145E (or 0xD2145E) is known color: Ruby. HEX triplet: D2, 14 and 5E. RGB value is (210,20,94). Sum of RGB (Red+Green+Blue) = 210+20+94=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2145E is #2DEBA1. Grayscale: #555555. Windows color (decimal): -3009442 or 6165714. OLE color: 6165714.
HSL color Cylindrical-coordinate representation of color #D2145E: hue angle of 336.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2145E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 94 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.18 |
| HSL | 336.63º | 0.83% | 0.45% | - |
| HSV(B) | 336.63º | 0.9% | 0.82% | - |
| XYZ | 28.85 | 15.01 | 11.97 | - |
| YUV | 85.25 | 132.95 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 94 | 0 | 0.90 | 0.55 | 0.18 | 336.63 | 0.83 | 0.45 |
| Hex | D2 | 14 | 5E | 0 | 5A | 37 | 12 | 151 | 53 | 2D |
| Octal | 322 | 24 | 136 | 0 | 132 | 67 | 22 | 521 | 123 | 55 |
| Binary | 11010010 | 10100 | 1011110 | 0 | 1011010 | 110111 | 10010 | 101010001 | 1010011 | 101101 |
Color Harmonies of #D2145E
Complementary color
Monochromatic Colors of #D2145E
Black with #D2145E
Text Example
Text Example
White with #D2145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2145E; }
p { color: rgb(210,20,94); }
H1.HeaderClassName
{
color: #D2145E;
}
.AnyTagClassName
{
color: #D2145E;
}
</style>
background-color css
<style>
a { background-color: #D2145E; }
a { background-color: rgb(210,20,94); }
div.DivClassName
{
background-color: #D2145E;
}
.BgClassName
{
background-color: #D2145E;
}
</style>
border-color css
<style>
span { border-color: #D2145E; }
span { border-color: rgb(210,20,94); }
td.TdClassName
{
border-color: #D2145E;
}
.TagClassName
{
border-color: #D2145E;
}
</style>