Shades of Ruby #D20A58
Tints of Ruby #D20A58
RGB
CMYK
RGB Variations
Color information
#D20A58 (or 0xD20A58) is known color: Ruby. HEX triplet: D2, 0A and 58. RGB value is (210,10,88). Sum of RGB (Red+Green+Blue) = 210+10+88=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20A58 is #2DF5A7. Grayscale: #4E4E4E. Windows color (decimal): -3012008 or 5769938. OLE color: 5769938.
HSL color Cylindrical-coordinate representation of color #D20A58: hue angle of 336.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20A58 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 88 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.18 |
| HSL | 336.6º | 0.91% | 0.43% | - |
| HSV(B) | 336.6º | 0.95% | 0.82% | - |
| XYZ | 28.45 | 14.62 | 10.56 | - |
| YUV | 78.69 | 133.26 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 88 | 0 | 0.95 | 0.58 | 0.18 | 336.6 | 0.91 | 0.43 |
| Hex | D2 | A | 58 | 0 | 5F | 3A | 12 | 151 | 5B | 2B |
| Octal | 322 | 12 | 130 | 0 | 137 | 72 | 22 | 521 | 133 | 53 |
| Binary | 11010010 | 1010 | 1011000 | 0 | 1011111 | 111010 | 10010 | 101010001 | 1011011 | 101011 |
Color Harmonies of #D20A58
Complementary color
Monochromatic Colors of #D20A58
Black with #D20A58
Text Example
Text Example
White with #D20A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20A58; }
p { color: rgb(210,10,88); }
H1.HeaderClassName
{
color: #D20A58;
}
.AnyTagClassName
{
color: #D20A58;
}
</style>
background-color css
<style>
a { background-color: #D20A58; }
a { background-color: rgb(210,10,88); }
div.DivClassName
{
background-color: #D20A58;
}
.BgClassName
{
background-color: #D20A58;
}
</style>
border-color css
<style>
span { border-color: #D20A58; }
span { border-color: rgb(210,10,88); }
td.TdClassName
{
border-color: #D20A58;
}
.TagClassName
{
border-color: #D20A58;
}
</style>