Shades of Ruby #D00167
Tints of Ruby #D00167
RGB
CMYK
RGB Variations
Color information
#D00167 (or 0xD00167) is known color: Ruby. HEX triplet: D0, 01 and 67. RGB value is (208,1,103). Sum of RGB (Red+Green+Blue) = 208+1+103=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D00167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00167 is #2FFE98. Grayscale: #4A4A4A. Windows color (decimal): -3145369 or 6750672. OLE color: 6750672.
HSL color Cylindrical-coordinate representation of color #D00167: hue angle of 330.43º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00167 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 103 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.18 |
| HSL | 330.43º | 0.99% | 0.41% | - |
| HSV(B) | 330.43º | 1% | 0.82% | - |
| XYZ | 28.47 | 14.41 | 14.11 | - |
| YUV | 74.52 | 144.08 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 103 | 0 | 1.00 | 0.50 | 0.18 | 330.43 | 0.99 | 0.41 |
| Hex | D0 | 1 | 67 | 0 | 64 | 32 | 12 | 14A | 63 | 29 |
| Octal | 320 | 1 | 147 | 0 | 144 | 62 | 22 | 512 | 143 | 51 |
| Binary | 11010000 | 1 | 1100111 | 0 | 1100100 | 110010 | 10010 | 101001010 | 1100011 | 101001 |
Color Harmonies of #D00167
Complementary color
Monochromatic Colors of #D00167
Black with #D00167
Text Example
Text Example
White with #D00167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00167; }
p { color: rgb(208,1,103); }
H1.HeaderClassName
{
color: #D00167;
}
.AnyTagClassName
{
color: #D00167;
}
</style>
background-color css
<style>
a { background-color: #D00167; }
a { background-color: rgb(208,1,103); }
div.DivClassName
{
background-color: #D00167;
}
.BgClassName
{
background-color: #D00167;
}
</style>
border-color css
<style>
span { border-color: #D00167; }
span { border-color: rgb(208,1,103); }
td.TdClassName
{
border-color: #D00167;
}
.TagClassName
{
border-color: #D00167;
}
</style>