Shades of Ruby #D2136D
Tints of Ruby #D2136D
RGB
CMYK
RGB Variations
Color information
#D2136D (or 0xD2136D) is known color: Ruby. HEX triplet: D2, 13 and 6D. RGB value is (210,19,109). Sum of RGB (Red+Green+Blue) = 210+19+109=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2136D is #2DEC92. Grayscale: #565656. Windows color (decimal): -3009683 or 7148498. OLE color: 7148498.
HSL color Cylindrical-coordinate representation of color #D2136D: hue angle of 331.73º 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 #D2136D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.18 |
| HSL | 331.73º | 0.83% | 0.45% | - |
| HSV(B) | 331.73º | 0.91% | 0.82% | - |
| XYZ | 29.57 | 15.27 | 15.86 | - |
| YUV | 86.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 109 | 0 | 0.91 | 0.48 | 0.18 | 331.73 | 0.83 | 0.45 |
| Hex | D2 | 13 | 6D | 0 | 5B | 30 | 12 | 14C | 53 | 2D |
| Octal | 322 | 23 | 155 | 0 | 133 | 60 | 22 | 514 | 123 | 55 |
| Binary | 11010010 | 10011 | 1101101 | 0 | 1011011 | 110000 | 10010 | 101001100 | 1010011 | 101101 |
Color Harmonies of #D2136D
Complementary color
Monochromatic Colors of #D2136D
Black with #D2136D
Text Example
Text Example
White with #D2136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2136D; }
p { color: rgb(210,19,109); }
H1.HeaderClassName
{
color: #D2136D;
}
.AnyTagClassName
{
color: #D2136D;
}
</style>
background-color css
<style>
a { background-color: #D2136D; }
a { background-color: rgb(210,19,109); }
div.DivClassName
{
background-color: #D2136D;
}
.BgClassName
{
background-color: #D2136D;
}
</style>
border-color css
<style>
span { border-color: #D2136D; }
span { border-color: rgb(210,19,109); }
td.TdClassName
{
border-color: #D2136D;
}
.TagClassName
{
border-color: #D2136D;
}
</style>