Shades of Ruby #DC1567
Tints of Ruby #DC1567
RGB
CMYK
RGB Variations
Color information
#DC1567 (or 0xDC1567) is known color: Ruby. HEX triplet: DC, 15 and 67. RGB value is (220,21,103). Sum of RGB (Red+Green+Blue) = 220+21+103=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1567 is #23EA98. Grayscale: #595959. Windows color (decimal): -2353817 or 6755804. OLE color: 6755804.
HSL color Cylindrical-coordinate representation of color #DC1567: hue angle of 335.28º 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 #DC1567 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.14 |
| HSL | 335.28º | 0.83% | 0.47% | - |
| HSV(B) | 335.28º | 0.9% | 0.86% | - |
| XYZ | 32.23 | 16.73 | 14.36 | - |
| YUV | 89.85 | 135.43 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 103 | 0 | 0.90 | 0.53 | 0.14 | 335.28 | 0.83 | 0.47 |
| Hex | DC | 15 | 67 | 0 | 5A | 35 | E | 14F | 53 | 2F |
| Octal | 334 | 25 | 147 | 0 | 132 | 65 | 16 | 517 | 123 | 57 |
| Binary | 11011100 | 10101 | 1100111 | 0 | 1011010 | 110101 | 1110 | 101001111 | 1010011 | 101111 |
Color Harmonies of #DC1567
Complementary color
Monochromatic Colors of #DC1567
Black with #DC1567
Text Example
Text Example
White with #DC1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1567; }
p { color: rgb(220,21,103); }
H1.HeaderClassName
{
color: #DC1567;
}
.AnyTagClassName
{
color: #DC1567;
}
</style>
background-color css
<style>
a { background-color: #DC1567; }
a { background-color: rgb(220,21,103); }
div.DivClassName
{
background-color: #DC1567;
}
.BgClassName
{
background-color: #DC1567;
}
</style>
border-color css
<style>
span { border-color: #DC1567; }
span { border-color: rgb(220,21,103); }
td.TdClassName
{
border-color: #DC1567;
}
.TagClassName
{
border-color: #DC1567;
}
</style>