Shades of Ruby #D20271
Tints of Ruby #D20271
RGB
CMYK
RGB Variations
Color information
#D20271 (or 0xD20271) is known color: Ruby. HEX triplet: D2, 02 and 71. RGB value is (210,2,113). Sum of RGB (Red+Green+Blue) = 210+2+113=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D20271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20271 is #2DFD8E. Grayscale: #4C4C4C. Windows color (decimal): -3014031 or 7406290. OLE color: 7406290.
HSL color Cylindrical-coordinate representation of color #D20271: hue angle of 327.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20271 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.18 |
| HSL | 327.98º | 0.98% | 0.42% | - |
| HSV(B) | 327.98º | 0.99% | 0.82% | - |
| XYZ | 29.58 | 14.94 | 16.95 | - |
| YUV | 76.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 113 | 0 | 0.99 | 0.46 | 0.18 | 327.98 | 0.98 | 0.42 |
| Hex | D2 | 2 | 71 | 0 | 63 | 2E | 12 | 148 | 62 | 2A |
| Octal | 322 | 2 | 161 | 0 | 143 | 56 | 22 | 510 | 142 | 52 |
| Binary | 11010010 | 10 | 1110001 | 0 | 1100011 | 101110 | 10010 | 101001000 | 1100010 | 101010 |
Color Harmonies of #D20271
Complementary color
Monochromatic Colors of #D20271
Black with #D20271
Text Example
Text Example
White with #D20271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20271; }
p { color: rgb(210,2,113); }
H1.HeaderClassName
{
color: #D20271;
}
.AnyTagClassName
{
color: #D20271;
}
</style>
background-color css
<style>
a { background-color: #D20271; }
a { background-color: rgb(210,2,113); }
div.DivClassName
{
background-color: #D20271;
}
.BgClassName
{
background-color: #D20271;
}
</style>
border-color css
<style>
span { border-color: #D20271; }
span { border-color: rgb(210,2,113); }
td.TdClassName
{
border-color: #D20271;
}
.TagClassName
{
border-color: #D20271;
}
</style>