Shades of Ruby #D2156B
Tints of Ruby #D2156B
RGB
CMYK
RGB Variations
Color information
#D2156B (or 0xD2156B) is known color: Ruby. HEX triplet: D2, 15 and 6B. RGB value is (210,21,107). Sum of RGB (Red+Green+Blue) = 210+21+107=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2156B is #2DEA94. Grayscale: #575757. Windows color (decimal): -3009173 or 7017938. OLE color: 7017938.
HSL color Cylindrical-coordinate representation of color #D2156B: hue angle of 332.7º degrees, saturation: 0.82, 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 #D2156B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.18 |
| HSL | 332.7º | 0.82% | 0.45% | - |
| HSV(B) | 332.7º | 0.9% | 0.82% | - |
| XYZ | 29.5 | 15.3 | 15.31 | - |
| YUV | 87.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 107 | 0 | 0.90 | 0.49 | 0.18 | 332.7 | 0.82 | 0.45 |
| Hex | D2 | 15 | 6B | 0 | 5A | 31 | 12 | 14D | 52 | 2D |
| Octal | 322 | 25 | 153 | 0 | 132 | 61 | 22 | 515 | 122 | 55 |
| Binary | 11010010 | 10101 | 1101011 | 0 | 1011010 | 110001 | 10010 | 101001101 | 1010010 | 101101 |
Color Harmonies of #D2156B
Complementary color
Monochromatic Colors of #D2156B
Black with #D2156B
Text Example
Text Example
White with #D2156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2156B; }
p { color: rgb(210,21,107); }
H1.HeaderClassName
{
color: #D2156B;
}
.AnyTagClassName
{
color: #D2156B;
}
</style>
background-color css
<style>
a { background-color: #D2156B; }
a { background-color: rgb(210,21,107); }
div.DivClassName
{
background-color: #D2156B;
}
.BgClassName
{
background-color: #D2156B;
}
</style>
border-color css
<style>
span { border-color: #D2156B; }
span { border-color: rgb(210,21,107); }
td.TdClassName
{
border-color: #D2156B;
}
.TagClassName
{
border-color: #D2156B;
}
</style>