Shades of Ruby #D0156C
Tints of Ruby #D0156C
RGB
CMYK
RGB Variations
Color information
#D0156C (or 0xD0156C) is known color: Ruby. HEX triplet: D0, 15 and 6C. RGB value is (208,21,108). Sum of RGB (Red+Green+Blue) = 208+21+108=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0156C is #2FEA93. Grayscale: #565656. Windows color (decimal): -3140244 or 7083472. OLE color: 7083472.
HSL color Cylindrical-coordinate representation of color #D0156C: hue angle of 332.09º 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 #D0156C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 108 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.18 |
| HSL | 332.09º | 0.82% | 0.45% | - |
| HSV(B) | 332.09º | 0.9% | 0.82% | - |
| XYZ | 28.99 | 15.03 | 15.56 | - |
| YUV | 86.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 108 | 0 | 0.90 | 0.48 | 0.18 | 332.09 | 0.82 | 0.45 |
| Hex | D0 | 15 | 6C | 0 | 5A | 30 | 12 | 14C | 52 | 2D |
| Octal | 320 | 25 | 154 | 0 | 132 | 60 | 22 | 514 | 122 | 55 |
| Binary | 11010000 | 10101 | 1101100 | 0 | 1011010 | 110000 | 10010 | 101001100 | 1010010 | 101101 |
Color Harmonies of #D0156C
Complementary color
Monochromatic Colors of #D0156C
Black with #D0156C
Text Example
Text Example
White with #D0156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0156C; }
p { color: rgb(208,21,108); }
H1.HeaderClassName
{
color: #D0156C;
}
.AnyTagClassName
{
color: #D0156C;
}
</style>
background-color css
<style>
a { background-color: #D0156C; }
a { background-color: rgb(208,21,108); }
div.DivClassName
{
background-color: #D0156C;
}
.BgClassName
{
background-color: #D0156C;
}
</style>
border-color css
<style>
span { border-color: #D0156C; }
span { border-color: rgb(208,21,108); }
td.TdClassName
{
border-color: #D0156C;
}
.TagClassName
{
border-color: #D0156C;
}
</style>