Shades of Ruby #DC1569
Tints of Ruby #DC1569
RGB
CMYK
RGB Variations
Color information
#DC1569 (or 0xDC1569) is known color: Ruby. HEX triplet: DC, 15 and 69. RGB value is (220,21,105). Sum of RGB (Red+Green+Blue) = 220+21+105=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1569 is #23EA96. Grayscale: #595959. Windows color (decimal): -2353815 or 6886876. OLE color: 6886876.
HSL color Cylindrical-coordinate representation of color #DC1569: hue angle of 334.67º 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 #DC1569 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 105 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.14 |
| HSL | 334.67º | 0.83% | 0.47% | - |
| HSV(B) | 334.67º | 0.9% | 0.86% | - |
| XYZ | 32.33 | 16.77 | 14.9 | - |
| YUV | 90.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 105 | 0 | 0.90 | 0.52 | 0.14 | 334.67 | 0.83 | 0.47 |
| Hex | DC | 15 | 69 | 0 | 5A | 34 | E | 14F | 53 | 2F |
| Octal | 334 | 25 | 151 | 0 | 132 | 64 | 16 | 517 | 123 | 57 |
| Binary | 11011100 | 10101 | 1101001 | 0 | 1011010 | 110100 | 1110 | 101001111 | 1010011 | 101111 |
Color Harmonies of #DC1569
Complementary color
Monochromatic Colors of #DC1569
Black with #DC1569
Text Example
Text Example
White with #DC1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1569; }
p { color: rgb(220,21,105); }
H1.HeaderClassName
{
color: #DC1569;
}
.AnyTagClassName
{
color: #DC1569;
}
</style>
background-color css
<style>
a { background-color: #DC1569; }
a { background-color: rgb(220,21,105); }
div.DivClassName
{
background-color: #DC1569;
}
.BgClassName
{
background-color: #DC1569;
}
</style>
border-color css
<style>
span { border-color: #DC1569; }
span { border-color: rgb(220,21,105); }
td.TdClassName
{
border-color: #DC1569;
}
.TagClassName
{
border-color: #DC1569;
}
</style>