Shades of Ruby #D0006F
Tints of Ruby #D0006F
RGB
CMYK
RGB Variations
Color information
#D0006F (or 0xD0006F) is known color: Ruby. HEX triplet: D0, 00 and 6F. RGB value is (208,0,111). Sum of RGB (Red+Green+Blue) = 208+0+111=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0006F is #2FFF90. Grayscale: #4A4A4A. Windows color (decimal): -3145617 or 7274704. OLE color: 7274704.
HSL color Cylindrical-coordinate representation of color #D0006F: hue angle of 327.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0006F is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.47 | 0.18 |
| HSL | 327.98º | 1% | 0.41% | - |
| HSV(B) | 327.98º | 1% | 0.82% | - |
| XYZ | 28.88 | 14.56 | 16.33 | - |
| YUV | 74.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 111 | 0 | 1 | 0.47 | 0.18 | 327.98 | 1 | 0.41 |
| Hex | D0 | 0 | 6F | 0 | 64 | 2F | 12 | 148 | 64 | 29 |
| Octal | 320 | 0 | 157 | 0 | 144 | 57 | 22 | 510 | 144 | 51 |
| Binary | 11010000 | 0 | 1101111 | 0 | 1100100 | 101111 | 10010 | 101001000 | 1100100 | 101001 |
Color Harmonies of #D0006F
Complementary color
Monochromatic Colors of #D0006F
Black with #D0006F
Text Example
Text Example
White with #D0006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0006F; }
p { color: rgb(208,0,111); }
H1.HeaderClassName
{
color: #D0006F;
}
.AnyTagClassName
{
color: #D0006F;
}
</style>
background-color css
<style>
a { background-color: #D0006F; }
a { background-color: rgb(208,0,111); }
div.DivClassName
{
background-color: #D0006F;
}
.BgClassName
{
background-color: #D0006F;
}
</style>
border-color css
<style>
span { border-color: #D0006F; }
span { border-color: rgb(208,0,111); }
td.TdClassName
{
border-color: #D0006F;
}
.TagClassName
{
border-color: #D0006F;
}
</style>