Shades of Ruby #D00168
Tints of Ruby #D00168
RGB
CMYK
RGB Variations
Color information
#D00168 (or 0xD00168) is known color: Ruby. HEX triplet: D0, 01 and 68. RGB value is (208,1,104). Sum of RGB (Red+Green+Blue) = 208+1+104=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D00168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00168 is #2FFE97. Grayscale: #4A4A4A. Windows color (decimal): -3145368 or 6816208. OLE color: 6816208.
HSL color Cylindrical-coordinate representation of color #D00168: hue angle of 330.14º 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 #D00168 is Cyan = 0, Magento = 1.00, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.5 | 0.18 |
| HSL | 330.14º | 0.99% | 0.41% | - |
| HSV(B) | 330.14º | 1% | 0.82% | - |
| XYZ | 28.52 | 14.43 | 14.38 | - |
| YUV | 74.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 104 | 0 | 1.00 | 0.5 | 0.18 | 330.14 | 0.99 | 0.41 |
| Hex | D0 | 1 | 68 | 0 | 64 | 32 | 12 | 14A | 63 | 29 |
| Octal | 320 | 1 | 150 | 0 | 144 | 62 | 22 | 512 | 143 | 51 |
| Binary | 11010000 | 1 | 1101000 | 0 | 1100100 | 110010 | 10010 | 101001010 | 1100011 | 101001 |
Color Harmonies of #D00168
Complementary color
Monochromatic Colors of #D00168
Black with #D00168
Text Example
Text Example
White with #D00168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00168; }
p { color: rgb(208,1,104); }
H1.HeaderClassName
{
color: #D00168;
}
.AnyTagClassName
{
color: #D00168;
}
</style>
background-color css
<style>
a { background-color: #D00168; }
a { background-color: rgb(208,1,104); }
div.DivClassName
{
background-color: #D00168;
}
.BgClassName
{
background-color: #D00168;
}
</style>
border-color css
<style>
span { border-color: #D00168; }
span { border-color: rgb(208,1,104); }
td.TdClassName
{
border-color: #D00168;
}
.TagClassName
{
border-color: #D00168;
}
</style>