Shades of Ruby #D0195F
Tints of Ruby #D0195F
RGB
CMYK
RGB Variations
Color information
#D0195F (or 0xD0195F) is known color: Ruby. HEX triplet: D0, 19 and 5F. RGB value is (208,25,95). Sum of RGB (Red+Green+Blue) = 208+25+95=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D0195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0195F is #2FE6A0. Grayscale: #575757. Windows color (decimal): -3139233 or 6232528. OLE color: 6232528.
HSL color Cylindrical-coordinate representation of color #D0195F: hue angle of 337.05º 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 #D0195F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 95 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.18 |
| HSL | 337.05º | 0.79% | 0.46% | - |
| HSV(B) | 337.05º | 0.88% | 0.82% | - |
| XYZ | 28.43 | 14.93 | 12.21 | - |
| YUV | 87.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 95 | 0 | 0.88 | 0.54 | 0.18 | 337.05 | 0.79 | 0.46 |
| Hex | D0 | 19 | 5F | 0 | 58 | 36 | 12 | 151 | 4F | 2E |
| Octal | 320 | 31 | 137 | 0 | 130 | 66 | 22 | 521 | 117 | 56 |
| Binary | 11010000 | 11001 | 1011111 | 0 | 1011000 | 110110 | 10010 | 101010001 | 1001111 | 101110 |
Color Harmonies of #D0195F
Complementary color
Monochromatic Colors of #D0195F
Black with #D0195F
Text Example
Text Example
White with #D0195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0195F; }
p { color: rgb(208,25,95); }
H1.HeaderClassName
{
color: #D0195F;
}
.AnyTagClassName
{
color: #D0195F;
}
</style>
background-color css
<style>
a { background-color: #D0195F; }
a { background-color: rgb(208,25,95); }
div.DivClassName
{
background-color: #D0195F;
}
.BgClassName
{
background-color: #D0195F;
}
</style>
border-color css
<style>
span { border-color: #D0195F; }
span { border-color: rgb(208,25,95); }
td.TdClassName
{
border-color: #D0195F;
}
.TagClassName
{
border-color: #D0195F;
}
</style>