Shades of Ruby #D20C5A
Tints of Ruby #D20C5A
RGB
CMYK
RGB Variations
Color information
#D20C5A (or 0xD20C5A) is known color: Ruby. HEX triplet: D2, 0C and 5A. RGB value is (210,12,90). Sum of RGB (Red+Green+Blue) = 210+12+90=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C5A is #2DF3A5. Grayscale: #4F4F4F. Windows color (decimal): -3011494 or 5901522. OLE color: 5901522.
HSL color Cylindrical-coordinate representation of color #D20C5A: hue angle of 336.36º degrees, saturation: 0.89, 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 #D20C5A is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 90 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.18 |
| HSL | 336.36º | 0.89% | 0.44% | - |
| HSV(B) | 336.36º | 0.94% | 0.82% | - |
| XYZ | 28.56 | 14.7 | 11.01 | - |
| YUV | 80.09 | 133.6 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 90 | 0 | 0.94 | 0.57 | 0.18 | 336.36 | 0.89 | 0.44 |
| Hex | D2 | C | 5A | 0 | 5E | 39 | 12 | 150 | 59 | 2C |
| Octal | 322 | 14 | 132 | 0 | 136 | 71 | 22 | 520 | 131 | 54 |
| Binary | 11010010 | 1100 | 1011010 | 0 | 1011110 | 111001 | 10010 | 101010000 | 1011001 | 101100 |
Color Harmonies of #D20C5A
Complementary color
Monochromatic Colors of #D20C5A
Black with #D20C5A
Text Example
Text Example
White with #D20C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C5A; }
p { color: rgb(210,12,90); }
H1.HeaderClassName
{
color: #D20C5A;
}
.AnyTagClassName
{
color: #D20C5A;
}
</style>
background-color css
<style>
a { background-color: #D20C5A; }
a { background-color: rgb(210,12,90); }
div.DivClassName
{
background-color: #D20C5A;
}
.BgClassName
{
background-color: #D20C5A;
}
</style>
border-color css
<style>
span { border-color: #D20C5A; }
span { border-color: rgb(210,12,90); }
td.TdClassName
{
border-color: #D20C5A;
}
.TagClassName
{
border-color: #D20C5A;
}
</style>