Shades of Ruby #DC155C
Tints of Ruby #DC155C
RGB
CMYK
RGB Variations
Color information
#DC155C (or 0xDC155C) is known color: Ruby. HEX triplet: DC, 15 and 5C. RGB value is (220,21,92). Sum of RGB (Red+Green+Blue) = 220+21+92=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC155C is #23EAA3. Grayscale: #585858. Windows color (decimal): -2353828 or 6034908. OLE color: 6034908.
HSL color Cylindrical-coordinate representation of color #DC155C: hue angle of 338.59º 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 #DC155C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.14 |
| HSL | 338.59º | 0.83% | 0.47% | - |
| HSV(B) | 338.59º | 0.9% | 0.86% | - |
| XYZ | 31.72 | 16.52 | 11.64 | - |
| YUV | 88.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 92 | 0 | 0.90 | 0.58 | 0.14 | 338.59 | 0.83 | 0.47 |
| Hex | DC | 15 | 5C | 0 | 5A | 3A | E | 153 | 53 | 2F |
| Octal | 334 | 25 | 134 | 0 | 132 | 72 | 16 | 523 | 123 | 57 |
| Binary | 11011100 | 10101 | 1011100 | 0 | 1011010 | 111010 | 1110 | 101010011 | 1010011 | 101111 |
Color Harmonies of #DC155C
Complementary color
Monochromatic Colors of #DC155C
Black with #DC155C
Text Example
Text Example
White with #DC155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC155C; }
p { color: rgb(220,21,92); }
H1.HeaderClassName
{
color: #DC155C;
}
.AnyTagClassName
{
color: #DC155C;
}
</style>
background-color css
<style>
a { background-color: #DC155C; }
a { background-color: rgb(220,21,92); }
div.DivClassName
{
background-color: #DC155C;
}
.BgClassName
{
background-color: #DC155C;
}
</style>
border-color css
<style>
span { border-color: #DC155C; }
span { border-color: rgb(220,21,92); }
td.TdClassName
{
border-color: #DC155C;
}
.TagClassName
{
border-color: #DC155C;
}
</style>