Shades of Ruby #DC1967
Tints of Ruby #DC1967
RGB
CMYK
RGB Variations
Color information
#DC1967 (or 0xDC1967) is known color: Ruby. HEX triplet: DC, 19 and 67. RGB value is (220,25,103). Sum of RGB (Red+Green+Blue) = 220+25+103=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1967 is #23E698. Grayscale: #5C5C5C. Windows color (decimal): -2352793 or 6756828. OLE color: 6756828.
HSL color Cylindrical-coordinate representation of color #DC1967: hue angle of 336º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1967 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 103 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.14 |
| HSL | 336º | 0.8% | 0.48% | - |
| HSV(B) | 336º | 0.89% | 0.86% | - |
| XYZ | 32.31 | 16.89 | 14.39 | - |
| YUV | 92.2 | 134.1 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 103 | 0 | 0.89 | 0.53 | 0.14 | 336 | 0.8 | 0.48 |
| Hex | DC | 19 | 67 | 0 | 59 | 35 | E | 150 | 50 | 30 |
| Octal | 334 | 31 | 147 | 0 | 131 | 65 | 16 | 520 | 120 | 60 |
| Binary | 11011100 | 11001 | 1100111 | 0 | 1011001 | 110101 | 1110 | 101010000 | 1010000 | 110000 |
Color Harmonies of #DC1967
Complementary color
Monochromatic Colors of #DC1967
Black with #DC1967
Text Example
Text Example
White with #DC1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1967; }
p { color: rgb(220,25,103); }
H1.HeaderClassName
{
color: #DC1967;
}
.AnyTagClassName
{
color: #DC1967;
}
</style>
background-color css
<style>
a { background-color: #DC1967; }
a { background-color: rgb(220,25,103); }
div.DivClassName
{
background-color: #DC1967;
}
.BgClassName
{
background-color: #DC1967;
}
</style>
border-color css
<style>
span { border-color: #DC1967; }
span { border-color: rgb(220,25,103); }
td.TdClassName
{
border-color: #DC1967;
}
.TagClassName
{
border-color: #DC1967;
}
</style>