Shades of Ruby #D2135E
Tints of Ruby #D2135E
RGB
CMYK
RGB Variations
Color information
#D2135E (or 0xD2135E) is known color: Ruby. HEX triplet: D2, 13 and 5E. RGB value is (210,19,94). Sum of RGB (Red+Green+Blue) = 210+19+94=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2135E is #2DECA1. Grayscale: #545454. Windows color (decimal): -3009698 or 6165458. OLE color: 6165458.
HSL color Cylindrical-coordinate representation of color #D2135E: hue angle of 336.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2135E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.18 |
| HSL | 336.44º | 0.83% | 0.45% | - |
| HSV(B) | 336.44º | 0.91% | 0.82% | - |
| XYZ | 28.83 | 14.98 | 11.96 | - |
| YUV | 84.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 94 | 0 | 0.91 | 0.55 | 0.18 | 336.44 | 0.83 | 0.45 |
| Hex | D2 | 13 | 5E | 0 | 5B | 37 | 12 | 150 | 53 | 2D |
| Octal | 322 | 23 | 136 | 0 | 133 | 67 | 22 | 520 | 123 | 55 |
| Binary | 11010010 | 10011 | 1011110 | 0 | 1011011 | 110111 | 10010 | 101010000 | 1010011 | 101101 |
Color Harmonies of #D2135E
Complementary color
Monochromatic Colors of #D2135E
Black with #D2135E
Text Example
Text Example
White with #D2135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2135E; }
p { color: rgb(210,19,94); }
H1.HeaderClassName
{
color: #D2135E;
}
.AnyTagClassName
{
color: #D2135E;
}
</style>
background-color css
<style>
a { background-color: #D2135E; }
a { background-color: rgb(210,19,94); }
div.DivClassName
{
background-color: #D2135E;
}
.BgClassName
{
background-color: #D2135E;
}
</style>
border-color css
<style>
span { border-color: #D2135E; }
span { border-color: rgb(210,19,94); }
td.TdClassName
{
border-color: #D2135E;
}
.TagClassName
{
border-color: #D2135E;
}
</style>