Shades of Ruby #D20171
Tints of Ruby #D20171
RGB
CMYK
RGB Variations
Color information
#D20171 (or 0xD20171) is known color: Ruby. HEX triplet: D2, 01 and 71. RGB value is (210,1,113). Sum of RGB (Red+Green+Blue) = 210+1+113=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D20171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20171 is #2DFE8E. Grayscale: #4C4C4C. Windows color (decimal): -3014287 or 7406034. OLE color: 7406034.
HSL color Cylindrical-coordinate representation of color #D20171: hue angle of 327.85º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20171 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.18 |
| HSL | 327.85º | 0.99% | 0.41% | - |
| HSV(B) | 327.85º | 1% | 0.82% | - |
| XYZ | 29.57 | 14.92 | 16.94 | - |
| YUV | 76.26 | 148.74 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 113 | 0 | 1.00 | 0.46 | 0.18 | 327.85 | 0.99 | 0.41 |
| Hex | D2 | 1 | 71 | 0 | 64 | 2E | 12 | 148 | 63 | 29 |
| Octal | 322 | 1 | 161 | 0 | 144 | 56 | 22 | 510 | 143 | 51 |
| Binary | 11010010 | 1 | 1110001 | 0 | 1100100 | 101110 | 10010 | 101001000 | 1100011 | 101001 |
Color Harmonies of #D20171
Complementary color
Monochromatic Colors of #D20171
Black with #D20171
Text Example
Text Example
White with #D20171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20171; }
p { color: rgb(210,1,113); }
H1.HeaderClassName
{
color: #D20171;
}
.AnyTagClassName
{
color: #D20171;
}
</style>
background-color css
<style>
a { background-color: #D20171; }
a { background-color: rgb(210,1,113); }
div.DivClassName
{
background-color: #D20171;
}
.BgClassName
{
background-color: #D20171;
}
</style>
border-color css
<style>
span { border-color: #D20171; }
span { border-color: rgb(210,1,113); }
td.TdClassName
{
border-color: #D20171;
}
.TagClassName
{
border-color: #D20171;
}
</style>