Shades of Ruby #D0156B
Tints of Ruby #D0156B
RGB
CMYK
RGB Variations
Color information
#D0156B (or 0xD0156B) is known color: Ruby. HEX triplet: D0, 15 and 6B. RGB value is (208,21,107). Sum of RGB (Red+Green+Blue) = 208+21+107=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0156B is #2FEA94. Grayscale: #565656. Windows color (decimal): -3140245 or 7017936. OLE color: 7017936.
HSL color Cylindrical-coordinate representation of color #D0156B: hue angle of 332.41º 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 #D0156B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.18 |
| HSL | 332.41º | 0.82% | 0.45% | - |
| HSV(B) | 332.41º | 0.9% | 0.82% | - |
| XYZ | 28.93 | 15.01 | 15.28 | - |
| YUV | 86.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 107 | 0 | 0.90 | 0.49 | 0.18 | 332.41 | 0.82 | 0.45 |
| Hex | D0 | 15 | 6B | 0 | 5A | 31 | 12 | 14C | 52 | 2D |
| Octal | 320 | 25 | 153 | 0 | 132 | 61 | 22 | 514 | 122 | 55 |
| Binary | 11010000 | 10101 | 1101011 | 0 | 1011010 | 110001 | 10010 | 101001100 | 1010010 | 101101 |
Color Harmonies of #D0156B
Complementary color
Monochromatic Colors of #D0156B
Black with #D0156B
Text Example
Text Example
White with #D0156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0156B; }
p { color: rgb(208,21,107); }
H1.HeaderClassName
{
color: #D0156B;
}
.AnyTagClassName
{
color: #D0156B;
}
</style>
background-color css
<style>
a { background-color: #D0156B; }
a { background-color: rgb(208,21,107); }
div.DivClassName
{
background-color: #D0156B;
}
.BgClassName
{
background-color: #D0156B;
}
</style>
border-color css
<style>
span { border-color: #D0156B; }
span { border-color: rgb(208,21,107); }
td.TdClassName
{
border-color: #D0156B;
}
.TagClassName
{
border-color: #D0156B;
}
</style>