Shades of Ruby #DC1969
Tints of Ruby #DC1969
RGB
CMYK
RGB Variations
Color information
#DC1969 (or 0xDC1969) is known color: Ruby. HEX triplet: DC, 19 and 69. RGB value is (220,25,105). Sum of RGB (Red+Green+Blue) = 220+25+105=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1969 is #23E696. Grayscale: #5C5C5C. Windows color (decimal): -2352791 or 6887900. OLE color: 6887900.
HSL color Cylindrical-coordinate representation of color #DC1969: hue angle of 335.38º 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 #DC1969 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 105 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.14 |
| HSL | 335.38º | 0.8% | 0.48% | - |
| HSV(B) | 335.38º | 0.89% | 0.86% | - |
| XYZ | 32.41 | 16.93 | 14.92 | - |
| YUV | 92.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 105 | 0 | 0.89 | 0.52 | 0.14 | 335.38 | 0.8 | 0.48 |
| Hex | DC | 19 | 69 | 0 | 59 | 34 | E | 14F | 50 | 30 |
| Octal | 334 | 31 | 151 | 0 | 131 | 64 | 16 | 517 | 120 | 60 |
| Binary | 11011100 | 11001 | 1101001 | 0 | 1011001 | 110100 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DC1969
Complementary color
Monochromatic Colors of #DC1969
Black with #DC1969
Text Example
Text Example
White with #DC1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1969; }
p { color: rgb(220,25,105); }
H1.HeaderClassName
{
color: #DC1969;
}
.AnyTagClassName
{
color: #DC1969;
}
</style>
background-color css
<style>
a { background-color: #DC1969; }
a { background-color: rgb(220,25,105); }
div.DivClassName
{
background-color: #DC1969;
}
.BgClassName
{
background-color: #DC1969;
}
</style>
border-color css
<style>
span { border-color: #DC1969; }
span { border-color: rgb(220,25,105); }
td.TdClassName
{
border-color: #DC1969;
}
.TagClassName
{
border-color: #DC1969;
}
</style>