Shades of Ruby #D01970
Tints of Ruby #D01970
RGB
CMYK
RGB Variations
Color information
#D01970 (or 0xD01970) is known color: Ruby. HEX triplet: D0, 19 and 70. RGB value is (208,25,112). Sum of RGB (Red+Green+Blue) = 208+25+112=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D01970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01970 is #2FE68F. Grayscale: #595959. Windows color (decimal): -3139216 or 7346640. OLE color: 7346640.
HSL color Cylindrical-coordinate representation of color #D01970: hue angle of 331.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01970 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 112 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.18 |
| HSL | 331.48º | 0.79% | 0.46% | - |
| HSV(B) | 331.48º | 0.88% | 0.82% | - |
| XYZ | 29.28 | 15.28 | 16.73 | - |
| YUV | 89.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 112 | 0 | 0.88 | 0.46 | 0.18 | 331.48 | 0.79 | 0.46 |
| Hex | D0 | 19 | 70 | 0 | 58 | 2E | 12 | 14B | 4F | 2E |
| Octal | 320 | 31 | 160 | 0 | 130 | 56 | 22 | 513 | 117 | 56 |
| Binary | 11010000 | 11001 | 1110000 | 0 | 1011000 | 101110 | 10010 | 101001011 | 1001111 | 101110 |
Color Harmonies of #D01970
Complementary color
Monochromatic Colors of #D01970
Black with #D01970
Text Example
Text Example
White with #D01970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01970; }
p { color: rgb(208,25,112); }
H1.HeaderClassName
{
color: #D01970;
}
.AnyTagClassName
{
color: #D01970;
}
</style>
background-color css
<style>
a { background-color: #D01970; }
a { background-color: rgb(208,25,112); }
div.DivClassName
{
background-color: #D01970;
}
.BgClassName
{
background-color: #D01970;
}
</style>
border-color css
<style>
span { border-color: #D01970; }
span { border-color: rgb(208,25,112); }
td.TdClassName
{
border-color: #D01970;
}
.TagClassName
{
border-color: #D01970;
}
</style>