Shades of Ruby #DC156C
Tints of Ruby #DC156C
RGB
CMYK
RGB Variations
Color information
#DC156C (or 0xDC156C) is known color: Ruby. HEX triplet: DC, 15 and 6C. RGB value is (220,21,108). Sum of RGB (Red+Green+Blue) = 220+21+108=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC156C is #23EA93. Grayscale: #5A5A5A. Windows color (decimal): -2353812 or 7083484. OLE color: 7083484.
HSL color Cylindrical-coordinate representation of color #DC156C: hue angle of 333.77º 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 #DC156C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 108 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.14 |
| HSL | 333.77º | 0.83% | 0.47% | - |
| HSV(B) | 333.77º | 0.9% | 0.86% | - |
| XYZ | 32.49 | 16.83 | 15.72 | - |
| YUV | 90.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 108 | 0 | 0.90 | 0.51 | 0.14 | 333.77 | 0.83 | 0.47 |
| Hex | DC | 15 | 6C | 0 | 5A | 33 | E | 14E | 53 | 2F |
| Octal | 334 | 25 | 154 | 0 | 132 | 63 | 16 | 516 | 123 | 57 |
| Binary | 11011100 | 10101 | 1101100 | 0 | 1011010 | 110011 | 1110 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DC156C
Complementary color
Monochromatic Colors of #DC156C
Black with #DC156C
Text Example
Text Example
White with #DC156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC156C; }
p { color: rgb(220,21,108); }
H1.HeaderClassName
{
color: #DC156C;
}
.AnyTagClassName
{
color: #DC156C;
}
</style>
background-color css
<style>
a { background-color: #DC156C; }
a { background-color: rgb(220,21,108); }
div.DivClassName
{
background-color: #DC156C;
}
.BgClassName
{
background-color: #DC156C;
}
</style>
border-color css
<style>
span { border-color: #DC156C; }
span { border-color: rgb(220,21,108); }
td.TdClassName
{
border-color: #DC156C;
}
.TagClassName
{
border-color: #DC156C;
}
</style>