Shades of Ruby #D20D52
Tints of Ruby #D20D52
RGB
CMYK
RGB Variations
Color information
#D20D52 (or 0xD20D52) is known color: Ruby. HEX triplet: D2, 0D and 52. RGB value is (210,13,82). Sum of RGB (Red+Green+Blue) = 210+13+82=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D52 is #2DF2AD. Grayscale: #4F4F4F. Windows color (decimal): -3011246 or 5377490. OLE color: 5377490.
HSL color Cylindrical-coordinate representation of color #D20D52: hue angle of 338.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D52 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 82 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.18 |
| HSL | 338.98º | 0.88% | 0.44% | - |
| HSV(B) | 338.98º | 0.94% | 0.82% | - |
| XYZ | 28.25 | 14.6 | 9.31 | - |
| YUV | 79.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 82 | 0 | 0.94 | 0.61 | 0.18 | 338.98 | 0.88 | 0.44 |
| Hex | D2 | D | 52 | 0 | 5E | 3D | 12 | 153 | 58 | 2C |
| Octal | 322 | 15 | 122 | 0 | 136 | 75 | 22 | 523 | 130 | 54 |
| Binary | 11010010 | 1101 | 1010010 | 0 | 1011110 | 111101 | 10010 | 101010011 | 1011000 | 101100 |
Color Harmonies of #D20D52
Complementary color
Monochromatic Colors of #D20D52
Black with #D20D52
Text Example
Text Example
White with #D20D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D52; }
p { color: rgb(210,13,82); }
H1.HeaderClassName
{
color: #D20D52;
}
.AnyTagClassName
{
color: #D20D52;
}
</style>
background-color css
<style>
a { background-color: #D20D52; }
a { background-color: rgb(210,13,82); }
div.DivClassName
{
background-color: #D20D52;
}
.BgClassName
{
background-color: #D20D52;
}
</style>
border-color css
<style>
span { border-color: #D20D52; }
span { border-color: rgb(210,13,82); }
td.TdClassName
{
border-color: #D20D52;
}
.TagClassName
{
border-color: #D20D52;
}
</style>