Shades of Ruby #D01067
Tints of Ruby #D01067
RGB
CMYK
RGB Variations
Color information
#D01067 (or 0xD01067) is known color: Ruby. HEX triplet: D0, 10 and 67. RGB value is (208,16,103). Sum of RGB (Red+Green+Blue) = 208+16+103=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D01067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01067 is #2FEF98. Grayscale: #535353. Windows color (decimal): -3141529 or 6754512. OLE color: 6754512.
HSL color Cylindrical-coordinate representation of color #D01067: hue angle of 332.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01067 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.18 |
| HSL | 332.81º | 0.86% | 0.44% | - |
| HSV(B) | 332.81º | 0.92% | 0.82% | - |
| XYZ | 28.65 | 14.76 | 14.17 | - |
| YUV | 83.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 103 | 0 | 0.92 | 0.50 | 0.18 | 332.81 | 0.86 | 0.44 |
| Hex | D0 | 10 | 67 | 0 | 5C | 32 | 12 | 14D | 56 | 2C |
| Octal | 320 | 20 | 147 | 0 | 134 | 62 | 22 | 515 | 126 | 54 |
| Binary | 11010000 | 10000 | 1100111 | 0 | 1011100 | 110010 | 10010 | 101001101 | 1010110 | 101100 |
Color Harmonies of #D01067
Complementary color
Monochromatic Colors of #D01067
Black with #D01067
Text Example
Text Example
White with #D01067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01067; }
p { color: rgb(208,16,103); }
H1.HeaderClassName
{
color: #D01067;
}
.AnyTagClassName
{
color: #D01067;
}
</style>
background-color css
<style>
a { background-color: #D01067; }
a { background-color: rgb(208,16,103); }
div.DivClassName
{
background-color: #D01067;
}
.BgClassName
{
background-color: #D01067;
}
</style>
border-color css
<style>
span { border-color: #D01067; }
span { border-color: rgb(208,16,103); }
td.TdClassName
{
border-color: #D01067;
}
.TagClassName
{
border-color: #D01067;
}
</style>