Shades of Ruby #D0006C
Tints of Ruby #D0006C
RGB
CMYK
RGB Variations
Color information
#D0006C (or 0xD0006C) is known color: Ruby. HEX triplet: D0, 00 and 6C. RGB value is (208,0,108). Sum of RGB (Red+Green+Blue) = 208+0+108=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0006C is #2FFF93. Grayscale: #4A4A4A. Windows color (decimal): -3145620 or 7078096. OLE color: 7078096.
HSL color Cylindrical-coordinate representation of color #D0006C: hue angle of 328.85º 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 #D0006C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.48 | 0.18 |
| HSL | 328.85º | 1% | 0.41% | - |
| HSV(B) | 328.85º | 1% | 0.82% | - |
| XYZ | 28.72 | 14.49 | 15.47 | - |
| YUV | 74.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 108 | 0 | 1 | 0.48 | 0.18 | 328.85 | 1 | 0.41 |
| Hex | D0 | 0 | 6C | 0 | 64 | 30 | 12 | 149 | 64 | 29 |
| Octal | 320 | 0 | 154 | 0 | 144 | 60 | 22 | 511 | 144 | 51 |
| Binary | 11010000 | 0 | 1101100 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100100 | 101001 |
Color Harmonies of #D0006C
Complementary color
Monochromatic Colors of #D0006C
Black with #D0006C
Text Example
Text Example
White with #D0006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0006C; }
p { color: rgb(208,0,108); }
H1.HeaderClassName
{
color: #D0006C;
}
.AnyTagClassName
{
color: #D0006C;
}
</style>
background-color css
<style>
a { background-color: #D0006C; }
a { background-color: rgb(208,0,108); }
div.DivClassName
{
background-color: #D0006C;
}
.BgClassName
{
background-color: #D0006C;
}
</style>
border-color css
<style>
span { border-color: #D0006C; }
span { border-color: rgb(208,0,108); }
td.TdClassName
{
border-color: #D0006C;
}
.TagClassName
{
border-color: #D0006C;
}
</style>