Shades of Ruby #D0026A
Tints of Ruby #D0026A
RGB
CMYK
RGB Variations
Color information
#D0026A (or 0xD0026A) is known color: Ruby. HEX triplet: D0, 02 and 6A. RGB value is (208,2,106). Sum of RGB (Red+Green+Blue) = 208+2+106=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0026A is #2FFD95. Grayscale: #4B4B4B. Windows color (decimal): -3145110 or 6947536. OLE color: 6947536.
HSL color Cylindrical-coordinate representation of color #D0026A: hue angle of 329.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0026A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.18 |
| HSL | 329.71º | 0.98% | 0.41% | - |
| HSV(B) | 329.71º | 0.99% | 0.82% | - |
| XYZ | 28.64 | 14.49 | 14.92 | - |
| YUV | 75.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 106 | 0 | 0.99 | 0.49 | 0.18 | 329.71 | 0.98 | 0.41 |
| Hex | D0 | 2 | 6A | 0 | 63 | 31 | 12 | 14A | 62 | 29 |
| Octal | 320 | 2 | 152 | 0 | 143 | 61 | 22 | 512 | 142 | 51 |
| Binary | 11010000 | 10 | 1101010 | 0 | 1100011 | 110001 | 10010 | 101001010 | 1100010 | 101001 |
Color Harmonies of #D0026A
Complementary color
Monochromatic Colors of #D0026A
Black with #D0026A
Text Example
Text Example
White with #D0026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0026A; }
p { color: rgb(208,2,106); }
H1.HeaderClassName
{
color: #D0026A;
}
.AnyTagClassName
{
color: #D0026A;
}
</style>
background-color css
<style>
a { background-color: #D0026A; }
a { background-color: rgb(208,2,106); }
div.DivClassName
{
background-color: #D0026A;
}
.BgClassName
{
background-color: #D0026A;
}
</style>
border-color css
<style>
span { border-color: #D0026A; }
span { border-color: rgb(208,2,106); }
td.TdClassName
{
border-color: #D0026A;
}
.TagClassName
{
border-color: #D0026A;
}
</style>