Shades of Ruby #DC156F
Tints of Ruby #DC156F
RGB
CMYK
RGB Variations
Color information
#DC156F (or 0xDC156F) is known color: Ruby. HEX triplet: DC, 15 and 6F. RGB value is (220,21,111). Sum of RGB (Red+Green+Blue) = 220+21+111=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC156F is #23EA90. Grayscale: #5A5A5A. Windows color (decimal): -2353809 or 7280092. OLE color: 7280092.
HSL color Cylindrical-coordinate representation of color #DC156F: hue angle of 332.86º 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 #DC156F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 111 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.14 |
| HSL | 332.86º | 0.83% | 0.47% | - |
| HSV(B) | 332.86º | 0.9% | 0.86% | - |
| XYZ | 32.65 | 16.9 | 16.58 | - |
| YUV | 90.76 | 139.43 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 111 | 0 | 0.90 | 0.50 | 0.14 | 332.86 | 0.83 | 0.47 |
| Hex | DC | 15 | 6F | 0 | 5A | 32 | E | 14D | 53 | 2F |
| Octal | 334 | 25 | 157 | 0 | 132 | 62 | 16 | 515 | 123 | 57 |
| Binary | 11011100 | 10101 | 1101111 | 0 | 1011010 | 110010 | 1110 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DC156F
Complementary color
Monochromatic Colors of #DC156F
Black with #DC156F
Text Example
Text Example
White with #DC156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC156F; }
p { color: rgb(220,21,111); }
H1.HeaderClassName
{
color: #DC156F;
}
.AnyTagClassName
{
color: #DC156F;
}
</style>
background-color css
<style>
a { background-color: #DC156F; }
a { background-color: rgb(220,21,111); }
div.DivClassName
{
background-color: #DC156F;
}
.BgClassName
{
background-color: #DC156F;
}
</style>
border-color css
<style>
span { border-color: #DC156F; }
span { border-color: rgb(220,21,111); }
td.TdClassName
{
border-color: #DC156F;
}
.TagClassName
{
border-color: #DC156F;
}
</style>