Shades of Ruby #D01867
Tints of Ruby #D01867
RGB
CMYK
RGB Variations
Color information
#D01867 (or 0xD01867) is known color: Ruby. HEX triplet: D0, 18 and 67. RGB value is (208,24,103). Sum of RGB (Red+Green+Blue) = 208+24+103=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D01867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01867 is #2FE798. Grayscale: #575757. Windows color (decimal): -3139481 or 6756560. OLE color: 6756560.
HSL color Cylindrical-coordinate representation of color #D01867: hue angle of 334.24º 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 #D01867 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 103 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.18 |
| HSL | 334.24º | 0.79% | 0.45% | - |
| HSV(B) | 334.24º | 0.88% | 0.82% | - |
| XYZ | 28.79 | 15.04 | 14.22 | - |
| YUV | 88.02 | 136.46 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 103 | 0 | 0.88 | 0.50 | 0.18 | 334.24 | 0.79 | 0.45 |
| Hex | D0 | 18 | 67 | 0 | 58 | 32 | 12 | 14E | 4F | 2D |
| Octal | 320 | 30 | 147 | 0 | 130 | 62 | 22 | 516 | 117 | 55 |
| Binary | 11010000 | 11000 | 1100111 | 0 | 1011000 | 110010 | 10010 | 101001110 | 1001111 | 101101 |
Color Harmonies of #D01867
Complementary color
Monochromatic Colors of #D01867
Black with #D01867
Text Example
Text Example
White with #D01867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01867; }
p { color: rgb(208,24,103); }
H1.HeaderClassName
{
color: #D01867;
}
.AnyTagClassName
{
color: #D01867;
}
</style>
background-color css
<style>
a { background-color: #D01867; }
a { background-color: rgb(208,24,103); }
div.DivClassName
{
background-color: #D01867;
}
.BgClassName
{
background-color: #D01867;
}
</style>
border-color css
<style>
span { border-color: #D01867; }
span { border-color: rgb(208,24,103); }
td.TdClassName
{
border-color: #D01867;
}
.TagClassName
{
border-color: #D01867;
}
</style>