Shades of Ruby #D20371
Tints of Ruby #D20371
RGB
CMYK
RGB Variations
Color information
#D20371 (or 0xD20371) is known color: Ruby. HEX triplet: D2, 03 and 71. RGB value is (210,3,113). Sum of RGB (Red+Green+Blue) = 210+3+113=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D20371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20371 is #2DFC8E. Grayscale: #4D4D4D. Windows color (decimal): -3013775 or 7406546. OLE color: 7406546.
HSL color Cylindrical-coordinate representation of color #D20371: hue angle of 328.12º degrees, saturation: 0.97, 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 #D20371 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.18 |
| HSL | 328.12º | 0.97% | 0.42% | - |
| HSV(B) | 328.12º | 0.99% | 0.82% | - |
| XYZ | 29.59 | 14.96 | 16.95 | - |
| YUV | 77.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 113 | 0 | 0.99 | 0.46 | 0.18 | 328.12 | 0.97 | 0.42 |
| Hex | D2 | 3 | 71 | 0 | 63 | 2E | 12 | 148 | 61 | 2A |
| Octal | 322 | 3 | 161 | 0 | 143 | 56 | 22 | 510 | 141 | 52 |
| Binary | 11010010 | 11 | 1110001 | 0 | 1100011 | 101110 | 10010 | 101001000 | 1100001 | 101010 |
Color Harmonies of #D20371
Complementary color
Monochromatic Colors of #D20371
Black with #D20371
Text Example
Text Example
White with #D20371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20371; }
p { color: rgb(210,3,113); }
H1.HeaderClassName
{
color: #D20371;
}
.AnyTagClassName
{
color: #D20371;
}
</style>
background-color css
<style>
a { background-color: #D20371; }
a { background-color: rgb(210,3,113); }
div.DivClassName
{
background-color: #D20371;
}
.BgClassName
{
background-color: #D20371;
}
</style>
border-color css
<style>
span { border-color: #D20371; }
span { border-color: rgb(210,3,113); }
td.TdClassName
{
border-color: #D20371;
}
.TagClassName
{
border-color: #D20371;
}
</style>