Shades of Ruby #D21152
Tints of Ruby #D21152
RGB
CMYK
RGB Variations
Color information
#D21152 (or 0xD21152) is known color: Ruby. HEX triplet: D2, 11 and 52. RGB value is (210,17,82). Sum of RGB (Red+Green+Blue) = 210+17+82=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D21152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21152 is #2DEEAD. Grayscale: #525252. Windows color (decimal): -3010222 or 5378514. OLE color: 5378514.
HSL color Cylindrical-coordinate representation of color #D21152: hue angle of 339.79º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21152 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 82 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.18 |
| HSL | 339.79º | 0.85% | 0.45% | - |
| HSV(B) | 339.79º | 0.92% | 0.82% | - |
| XYZ | 28.3 | 14.71 | 9.33 | - |
| YUV | 82.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 82 | 0 | 0.92 | 0.61 | 0.18 | 339.79 | 0.85 | 0.45 |
| Hex | D2 | 11 | 52 | 0 | 5C | 3D | 12 | 154 | 55 | 2D |
| Octal | 322 | 21 | 122 | 0 | 134 | 75 | 22 | 524 | 125 | 55 |
| Binary | 11010010 | 10001 | 1010010 | 0 | 1011100 | 111101 | 10010 | 101010100 | 1010101 | 101101 |
Color Harmonies of #D21152
Complementary color
Monochromatic Colors of #D21152
Black with #D21152
Text Example
Text Example
White with #D21152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21152; }
p { color: rgb(210,17,82); }
H1.HeaderClassName
{
color: #D21152;
}
.AnyTagClassName
{
color: #D21152;
}
</style>
background-color css
<style>
a { background-color: #D21152; }
a { background-color: rgb(210,17,82); }
div.DivClassName
{
background-color: #D21152;
}
.BgClassName
{
background-color: #D21152;
}
</style>
border-color css
<style>
span { border-color: #D21152; }
span { border-color: rgb(210,17,82); }
td.TdClassName
{
border-color: #D21152;
}
.TagClassName
{
border-color: #D21152;
}
</style>