Shades of Ruby #DC1259
Tints of Ruby #DC1259
RGB
CMYK
RGB Variations
Color information
#DC1259 (or 0xDC1259) is known color: Ruby. HEX triplet: DC, 12 and 59. RGB value is (220,18,89). Sum of RGB (Red+Green+Blue) = 220+18+89=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1259 is #23EDA6. Grayscale: #565656. Windows color (decimal): -2354599 or 5837532. OLE color: 5837532.
HSL color Cylindrical-coordinate representation of color #DC1259: hue angle of 338.91º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1259 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 89 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.14 |
| HSL | 338.91º | 0.85% | 0.47% | - |
| HSV(B) | 338.91º | 0.92% | 0.86% | - |
| XYZ | 31.53 | 16.37 | 10.95 | - |
| YUV | 86.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 89 | 0 | 0.92 | 0.60 | 0.14 | 338.91 | 0.85 | 0.47 |
| Hex | DC | 12 | 59 | 0 | 5C | 3C | E | 153 | 55 | 2F |
| Octal | 334 | 22 | 131 | 0 | 134 | 74 | 16 | 523 | 125 | 57 |
| Binary | 11011100 | 10010 | 1011001 | 0 | 1011100 | 111100 | 1110 | 101010011 | 1010101 | 101111 |
Color Harmonies of #DC1259
Complementary color
Monochromatic Colors of #DC1259
Black with #DC1259
Text Example
Text Example
White with #DC1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1259; }
p { color: rgb(220,18,89); }
H1.HeaderClassName
{
color: #DC1259;
}
.AnyTagClassName
{
color: #DC1259;
}
</style>
background-color css
<style>
a { background-color: #DC1259; }
a { background-color: rgb(220,18,89); }
div.DivClassName
{
background-color: #DC1259;
}
.BgClassName
{
background-color: #DC1259;
}
</style>
border-color css
<style>
span { border-color: #DC1259; }
span { border-color: rgb(220,18,89); }
td.TdClassName
{
border-color: #DC1259;
}
.TagClassName
{
border-color: #DC1259;
}
</style>