Shades of Ruby #D0146A
Tints of Ruby #D0146A
RGB
CMYK
RGB Variations
Color information
#D0146A (or 0xD0146A) is known color: Ruby. HEX triplet: D0, 14 and 6A. RGB value is (208,20,106). Sum of RGB (Red+Green+Blue) = 208+20+106=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0146A is #2FEB95. Grayscale: #555555. Windows color (decimal): -3140502 or 6952144. OLE color: 6952144.
HSL color Cylindrical-coordinate representation of color #D0146A: hue angle of 332.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0146A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 106 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.18 |
| HSL | 332.55º | 0.82% | 0.45% | - |
| HSV(B) | 332.55º | 0.9% | 0.82% | - |
| XYZ | 28.86 | 14.95 | 15 | - |
| YUV | 86.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 106 | 0 | 0.90 | 0.49 | 0.18 | 332.55 | 0.82 | 0.45 |
| Hex | D0 | 14 | 6A | 0 | 5A | 31 | 12 | 14D | 52 | 2D |
| Octal | 320 | 24 | 152 | 0 | 132 | 61 | 22 | 515 | 122 | 55 |
| Binary | 11010000 | 10100 | 1101010 | 0 | 1011010 | 110001 | 10010 | 101001101 | 1010010 | 101101 |
Color Harmonies of #D0146A
Complementary color
Monochromatic Colors of #D0146A
Black with #D0146A
Text Example
Text Example
White with #D0146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0146A; }
p { color: rgb(208,20,106); }
H1.HeaderClassName
{
color: #D0146A;
}
.AnyTagClassName
{
color: #D0146A;
}
</style>
background-color css
<style>
a { background-color: #D0146A; }
a { background-color: rgb(208,20,106); }
div.DivClassName
{
background-color: #D0146A;
}
.BgClassName
{
background-color: #D0146A;
}
</style>
border-color css
<style>
span { border-color: #D0146A; }
span { border-color: rgb(208,20,106); }
td.TdClassName
{
border-color: #D0146A;
}
.TagClassName
{
border-color: #D0146A;
}
</style>