Shades of Ruby #D01967
Tints of Ruby #D01967
RGB
CMYK
RGB Variations
Color information
#D01967 (or 0xD01967) is known color: Ruby. HEX triplet: D0, 19 and 67. RGB value is (208,25,103). Sum of RGB (Red+Green+Blue) = 208+25+103=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D01967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01967 is #2FE698. Grayscale: #585858. Windows color (decimal): -3139225 or 6756816. OLE color: 6756816.
HSL color Cylindrical-coordinate representation of color #D01967: hue angle of 334.43º 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 #D01967 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 103 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.18 |
| HSL | 334.43º | 0.79% | 0.46% | - |
| HSV(B) | 334.43º | 0.88% | 0.82% | - |
| XYZ | 28.81 | 15.08 | 14.23 | - |
| YUV | 88.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 103 | 0 | 0.88 | 0.50 | 0.18 | 334.43 | 0.79 | 0.46 |
| Hex | D0 | 19 | 67 | 0 | 58 | 32 | 12 | 14E | 4F | 2E |
| Octal | 320 | 31 | 147 | 0 | 130 | 62 | 22 | 516 | 117 | 56 |
| Binary | 11010000 | 11001 | 1100111 | 0 | 1011000 | 110010 | 10010 | 101001110 | 1001111 | 101110 |
Color Harmonies of #D01967
Complementary color
Monochromatic Colors of #D01967
Black with #D01967
Text Example
Text Example
White with #D01967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01967; }
p { color: rgb(208,25,103); }
H1.HeaderClassName
{
color: #D01967;
}
.AnyTagClassName
{
color: #D01967;
}
</style>
background-color css
<style>
a { background-color: #D01967; }
a { background-color: rgb(208,25,103); }
div.DivClassName
{
background-color: #D01967;
}
.BgClassName
{
background-color: #D01967;
}
</style>
border-color css
<style>
span { border-color: #D01967; }
span { border-color: rgb(208,25,103); }
td.TdClassName
{
border-color: #D01967;
}
.TagClassName
{
border-color: #D01967;
}
</style>