Shades of Ruby #DC1667
Tints of Ruby #DC1667
RGB
CMYK
RGB Variations
Color information
#DC1667 (or 0xDC1667) is known color: Ruby. HEX triplet: DC, 16 and 67. RGB value is (220,22,103). Sum of RGB (Red+Green+Blue) = 220+22+103=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1667 is #23E998. Grayscale: #5A5A5A. Windows color (decimal): -2353561 or 6756060. OLE color: 6756060.
HSL color Cylindrical-coordinate representation of color #DC1667: hue angle of 335.45º degrees, saturation: 0.82, 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 #DC1667 is Cyan = 0, Magento = 0.9, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 103 | - |
| CMYK | 0 | 0.9 | 0.53 | 0.14 |
| HSL | 335.45º | 0.82% | 0.47% | - |
| HSV(B) | 335.45º | 0.9% | 0.86% | - |
| XYZ | 32.25 | 16.77 | 14.37 | - |
| YUV | 90.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 103 | 0 | 0.9 | 0.53 | 0.14 | 335.45 | 0.82 | 0.47 |
| Hex | DC | 16 | 67 | 0 | 5A | 35 | E | 14F | 52 | 2F |
| Octal | 334 | 26 | 147 | 0 | 132 | 65 | 16 | 517 | 122 | 57 |
| Binary | 11011100 | 10110 | 1100111 | 0 | 1011010 | 110101 | 1110 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DC1667
Complementary color
Monochromatic Colors of #DC1667
Black with #DC1667
Text Example
Text Example
White with #DC1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1667; }
p { color: rgb(220,22,103); }
H1.HeaderClassName
{
color: #DC1667;
}
.AnyTagClassName
{
color: #DC1667;
}
</style>
background-color css
<style>
a { background-color: #DC1667; }
a { background-color: rgb(220,22,103); }
div.DivClassName
{
background-color: #DC1667;
}
.BgClassName
{
background-color: #DC1667;
}
</style>
border-color css
<style>
span { border-color: #DC1667; }
span { border-color: rgb(220,22,103); }
td.TdClassName
{
border-color: #DC1667;
}
.TagClassName
{
border-color: #DC1667;
}
</style>