Shades of Ruby #D0186A
Tints of Ruby #D0186A
RGB
CMYK
RGB Variations
Color information
#D0186A (or 0xD0186A) is known color: Ruby. HEX triplet: D0, 18 and 6A. RGB value is (208,24,106). Sum of RGB (Red+Green+Blue) = 208+24+106=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0186A is #2FE795. Grayscale: #585858. Windows color (decimal): -3139478 or 6953168. OLE color: 6953168.
HSL color Cylindrical-coordinate representation of color #D0186A: hue angle of 333.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0186A is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.18 |
| HSL | 333.26º | 0.79% | 0.45% | - |
| HSV(B) | 333.26º | 0.88% | 0.82% | - |
| XYZ | 28.94 | 15.1 | 15.03 | - |
| YUV | 88.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 106 | 0 | 0.88 | 0.49 | 0.18 | 333.26 | 0.79 | 0.45 |
| Hex | D0 | 18 | 6A | 0 | 58 | 31 | 12 | 14D | 4F | 2D |
| Octal | 320 | 30 | 152 | 0 | 130 | 61 | 22 | 515 | 117 | 55 |
| Binary | 11010000 | 11000 | 1101010 | 0 | 1011000 | 110001 | 10010 | 101001101 | 1001111 | 101101 |
Color Harmonies of #D0186A
Complementary color
Monochromatic Colors of #D0186A
Black with #D0186A
Text Example
Text Example
White with #D0186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0186A; }
p { color: rgb(208,24,106); }
H1.HeaderClassName
{
color: #D0186A;
}
.AnyTagClassName
{
color: #D0186A;
}
</style>
background-color css
<style>
a { background-color: #D0186A; }
a { background-color: rgb(208,24,106); }
div.DivClassName
{
background-color: #D0186A;
}
.BgClassName
{
background-color: #D0186A;
}
</style>
border-color css
<style>
span { border-color: #D0186A; }
span { border-color: rgb(208,24,106); }
td.TdClassName
{
border-color: #D0186A;
}
.TagClassName
{
border-color: #D0186A;
}
</style>