Shades of Ruby #D2145D
Tints of Ruby #D2145D
RGB
CMYK
RGB Variations
Color information
#D2145D (or 0xD2145D) is known color: Ruby. HEX triplet: D2, 14 and 5D. RGB value is (210,20,93). Sum of RGB (Red+Green+Blue) = 210+20+93=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2145D is #2DEBA2. Grayscale: #555555. Windows color (decimal): -3009443 or 6100178. OLE color: 6100178.
HSL color Cylindrical-coordinate representation of color #D2145D: hue angle of 336.95º 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 #D2145D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 93 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.18 |
| HSL | 336.95º | 0.83% | 0.45% | - |
| HSV(B) | 336.95º | 0.9% | 0.82% | - |
| XYZ | 28.8 | 14.99 | 11.73 | - |
| YUV | 85.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 93 | 0 | 0.90 | 0.56 | 0.18 | 336.95 | 0.83 | 0.45 |
| Hex | D2 | 14 | 5D | 0 | 5A | 38 | 12 | 151 | 53 | 2D |
| Octal | 322 | 24 | 135 | 0 | 132 | 70 | 22 | 521 | 123 | 55 |
| Binary | 11010010 | 10100 | 1011101 | 0 | 1011010 | 111000 | 10010 | 101010001 | 1010011 | 101101 |
Color Harmonies of #D2145D
Complementary color
Monochromatic Colors of #D2145D
Black with #D2145D
Text Example
Text Example
White with #D2145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2145D; }
p { color: rgb(210,20,93); }
H1.HeaderClassName
{
color: #D2145D;
}
.AnyTagClassName
{
color: #D2145D;
}
</style>
background-color css
<style>
a { background-color: #D2145D; }
a { background-color: rgb(210,20,93); }
div.DivClassName
{
background-color: #D2145D;
}
.BgClassName
{
background-color: #D2145D;
}
</style>
border-color css
<style>
span { border-color: #D2145D; }
span { border-color: rgb(210,20,93); }
td.TdClassName
{
border-color: #D2145D;
}
.TagClassName
{
border-color: #D2145D;
}
</style>