Shades of Ruby #DC156E
Tints of Ruby #DC156E
RGB
CMYK
RGB Variations
Color information
#DC156E (or 0xDC156E) is known color: Ruby. HEX triplet: DC, 15 and 6E. RGB value is (220,21,110). Sum of RGB (Red+Green+Blue) = 220+21+110=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC156E is #23EA91. Grayscale: #5A5A5A. Windows color (decimal): -2353810 or 7214556. OLE color: 7214556.
HSL color Cylindrical-coordinate representation of color #DC156E: hue angle of 333.17º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC156E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 110 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.14 |
| HSL | 333.17º | 0.83% | 0.47% | - |
| HSV(B) | 333.17º | 0.9% | 0.86% | - |
| XYZ | 32.6 | 16.88 | 16.29 | - |
| YUV | 90.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 110 | 0 | 0.90 | 0.50 | 0.14 | 333.17 | 0.83 | 0.47 |
| Hex | DC | 15 | 6E | 0 | 5A | 32 | E | 14D | 53 | 2F |
| Octal | 334 | 25 | 156 | 0 | 132 | 62 | 16 | 515 | 123 | 57 |
| Binary | 11011100 | 10101 | 1101110 | 0 | 1011010 | 110010 | 1110 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DC156E
Complementary color
Monochromatic Colors of #DC156E
Black with #DC156E
Text Example
Text Example
White with #DC156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC156E; }
p { color: rgb(220,21,110); }
H1.HeaderClassName
{
color: #DC156E;
}
.AnyTagClassName
{
color: #DC156E;
}
</style>
background-color css
<style>
a { background-color: #DC156E; }
a { background-color: rgb(220,21,110); }
div.DivClassName
{
background-color: #DC156E;
}
.BgClassName
{
background-color: #DC156E;
}
</style>
border-color css
<style>
span { border-color: #DC156E; }
span { border-color: rgb(220,21,110); }
td.TdClassName
{
border-color: #DC156E;
}
.TagClassName
{
border-color: #DC156E;
}
</style>