Shades of Ruby #D0196B
Tints of Ruby #D0196B
RGB
CMYK
RGB Variations
Color information
#D0196B (or 0xD0196B) is known color: Ruby. HEX triplet: D0, 19 and 6B. RGB value is (208,25,107). Sum of RGB (Red+Green+Blue) = 208+25+107=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0196B is #2FE694. Grayscale: #585858. Windows color (decimal): -3139221 or 7018960. OLE color: 7018960.
HSL color Cylindrical-coordinate representation of color #D0196B: hue angle of 333.11º 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 #D0196B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 107 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.18 |
| HSL | 333.11º | 0.79% | 0.46% | - |
| HSV(B) | 333.11º | 0.88% | 0.82% | - |
| XYZ | 29.01 | 15.17 | 15.31 | - |
| YUV | 89.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 107 | 0 | 0.88 | 0.49 | 0.18 | 333.11 | 0.79 | 0.46 |
| Hex | D0 | 19 | 6B | 0 | 58 | 31 | 12 | 14D | 4F | 2E |
| Octal | 320 | 31 | 153 | 0 | 130 | 61 | 22 | 515 | 117 | 56 |
| Binary | 11010000 | 11001 | 1101011 | 0 | 1011000 | 110001 | 10010 | 101001101 | 1001111 | 101110 |
Color Harmonies of #D0196B
Complementary color
Monochromatic Colors of #D0196B
Black with #D0196B
Text Example
Text Example
White with #D0196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0196B; }
p { color: rgb(208,25,107); }
H1.HeaderClassName
{
color: #D0196B;
}
.AnyTagClassName
{
color: #D0196B;
}
</style>
background-color css
<style>
a { background-color: #D0196B; }
a { background-color: rgb(208,25,107); }
div.DivClassName
{
background-color: #D0196B;
}
.BgClassName
{
background-color: #D0196B;
}
</style>
border-color css
<style>
span { border-color: #D0196B; }
span { border-color: rgb(208,25,107); }
td.TdClassName
{
border-color: #D0196B;
}
.TagClassName
{
border-color: #D0196B;
}
</style>