Shades of Ruby #DC1653
Tints of Ruby #DC1653
RGB
CMYK
RGB Variations
Color information
#DC1653 (or 0xDC1653) is known color: Ruby. HEX triplet: DC, 16 and 53. RGB value is (220,22,83). Sum of RGB (Red+Green+Blue) = 220+22+83=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1653 is #23E9AC. Grayscale: #585858. Windows color (decimal): -2353581 or 5445340. OLE color: 5445340.
HSL color Cylindrical-coordinate representation of color #DC1653: hue angle of 341.52º 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 #DC1653 is Cyan = 0, Magento = 0.9, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 83 | - |
| CMYK | 0 | 0.9 | 0.62 | 0.14 |
| HSL | 341.52º | 0.82% | 0.47% | - |
| HSV(B) | 341.52º | 0.9% | 0.86% | - |
| XYZ | 31.36 | 16.41 | 9.7 | - |
| YUV | 88.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 83 | 0 | 0.9 | 0.62 | 0.14 | 341.52 | 0.82 | 0.47 |
| Hex | DC | 16 | 53 | 0 | 5A | 3E | E | 156 | 52 | 2F |
| Octal | 334 | 26 | 123 | 0 | 132 | 76 | 16 | 526 | 122 | 57 |
| Binary | 11011100 | 10110 | 1010011 | 0 | 1011010 | 111110 | 1110 | 101010110 | 1010010 | 101111 |
Color Harmonies of #DC1653
Complementary color
Monochromatic Colors of #DC1653
Black with #DC1653
Text Example
Text Example
White with #DC1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1653; }
p { color: rgb(220,22,83); }
H1.HeaderClassName
{
color: #DC1653;
}
.AnyTagClassName
{
color: #DC1653;
}
</style>
background-color css
<style>
a { background-color: #DC1653; }
a { background-color: rgb(220,22,83); }
div.DivClassName
{
background-color: #DC1653;
}
.BgClassName
{
background-color: #DC1653;
}
</style>
border-color css
<style>
span { border-color: #DC1653; }
span { border-color: rgb(220,22,83); }
td.TdClassName
{
border-color: #DC1653;
}
.TagClassName
{
border-color: #DC1653;
}
</style>