Shades of Ruby #D01870
Tints of Ruby #D01870
RGB
CMYK
RGB Variations
Color information
#D01870 (or 0xD01870) is known color: Ruby. HEX triplet: D0, 18 and 70. RGB value is (208,24,112). Sum of RGB (Red+Green+Blue) = 208+24+112=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D01870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01870 is #2FE78F. Grayscale: #585858. Windows color (decimal): -3139472 or 7346384. OLE color: 7346384.
HSL color Cylindrical-coordinate representation of color #D01870: hue angle of 331.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01870 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 112 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.18 |
| HSL | 331.3º | 0.79% | 0.45% | - |
| HSV(B) | 331.3º | 0.88% | 0.82% | - |
| XYZ | 29.26 | 15.23 | 16.73 | - |
| YUV | 89.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 112 | 0 | 0.88 | 0.46 | 0.18 | 331.3 | 0.79 | 0.45 |
| Hex | D0 | 18 | 70 | 0 | 58 | 2E | 12 | 14B | 4F | 2D |
| Octal | 320 | 30 | 160 | 0 | 130 | 56 | 22 | 513 | 117 | 55 |
| Binary | 11010000 | 11000 | 1110000 | 0 | 1011000 | 101110 | 10010 | 101001011 | 1001111 | 101101 |
Color Harmonies of #D01870
Complementary color
Monochromatic Colors of #D01870
Black with #D01870
Text Example
Text Example
White with #D01870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01870; }
p { color: rgb(208,24,112); }
H1.HeaderClassName
{
color: #D01870;
}
.AnyTagClassName
{
color: #D01870;
}
</style>
background-color css
<style>
a { background-color: #D01870; }
a { background-color: rgb(208,24,112); }
div.DivClassName
{
background-color: #D01870;
}
.BgClassName
{
background-color: #D01870;
}
</style>
border-color css
<style>
span { border-color: #D01870; }
span { border-color: rgb(208,24,112); }
td.TdClassName
{
border-color: #D01870;
}
.TagClassName
{
border-color: #D01870;
}
</style>