Shades of Ruby #D20970
Tints of Ruby #D20970
RGB
CMYK
RGB Variations
Color information
#D20970 (or 0xD20970) is known color: Ruby. HEX triplet: D2, 09 and 70. RGB value is (210,9,112). Sum of RGB (Red+Green+Blue) = 210+9+112=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D20970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20970 is #2DF68F. Grayscale: #505050. Windows color (decimal): -3012240 or 7342546. OLE color: 7342546.
HSL color Cylindrical-coordinate representation of color #D20970: hue angle of 329.25º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20970 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.18 |
| HSL | 329.25º | 0.92% | 0.43% | - |
| HSV(B) | 329.25º | 0.96% | 0.82% | - |
| XYZ | 29.6 | 15.07 | 16.68 | - |
| YUV | 80.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 112 | 0 | 0.96 | 0.47 | 0.18 | 329.25 | 0.92 | 0.43 |
| Hex | D2 | 9 | 70 | 0 | 60 | 2F | 12 | 149 | 5C | 2B |
| Octal | 322 | 11 | 160 | 0 | 140 | 57 | 22 | 511 | 134 | 53 |
| Binary | 11010010 | 1001 | 1110000 | 0 | 1100000 | 101111 | 10010 | 101001001 | 1011100 | 101011 |
Color Harmonies of #D20970
Complementary color
Monochromatic Colors of #D20970
Black with #D20970
Text Example
Text Example
White with #D20970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20970; }
p { color: rgb(210,9,112); }
H1.HeaderClassName
{
color: #D20970;
}
.AnyTagClassName
{
color: #D20970;
}
</style>
background-color css
<style>
a { background-color: #D20970; }
a { background-color: rgb(210,9,112); }
div.DivClassName
{
background-color: #D20970;
}
.BgClassName
{
background-color: #D20970;
}
</style>
border-color css
<style>
span { border-color: #D20970; }
span { border-color: rgb(210,9,112); }
td.TdClassName
{
border-color: #D20970;
}
.TagClassName
{
border-color: #D20970;
}
</style>