Shades of Ruby #DC1258
Tints of Ruby #DC1258
RGB
CMYK
RGB Variations
Color information
#DC1258 (or 0xDC1258) is known color: Ruby. HEX triplet: DC, 12 and 58. RGB value is (220,18,88). Sum of RGB (Red+Green+Blue) = 220+18+88=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1258 is #23EDA7. Grayscale: #565656. Windows color (decimal): -2354600 or 5771996. OLE color: 5771996.
HSL color Cylindrical-coordinate representation of color #DC1258: hue angle of 339.21º 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 #DC1258 is Cyan = 0, Magento = 0.92, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 88 | - |
| CMYK | 0 | 0.92 | 0.6 | 0.14 |
| HSL | 339.21º | 0.85% | 0.47% | - |
| HSV(B) | 339.21º | 0.92% | 0.86% | - |
| XYZ | 31.49 | 16.35 | 10.73 | - |
| YUV | 86.38 | 128.92 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 88 | 0 | 0.92 | 0.6 | 0.14 | 339.21 | 0.85 | 0.47 |
| Hex | DC | 12 | 58 | 0 | 5C | 3C | E | 153 | 55 | 2F |
| Octal | 334 | 22 | 130 | 0 | 134 | 74 | 16 | 523 | 125 | 57 |
| Binary | 11011100 | 10010 | 1011000 | 0 | 1011100 | 111100 | 1110 | 101010011 | 1010101 | 101111 |
Color Harmonies of #DC1258
Complementary color
Monochromatic Colors of #DC1258
Black with #DC1258
Text Example
Text Example
White with #DC1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1258; }
p { color: rgb(220,18,88); }
H1.HeaderClassName
{
color: #DC1258;
}
.AnyTagClassName
{
color: #DC1258;
}
</style>
background-color css
<style>
a { background-color: #DC1258; }
a { background-color: rgb(220,18,88); }
div.DivClassName
{
background-color: #DC1258;
}
.BgClassName
{
background-color: #DC1258;
}
</style>
border-color css
<style>
span { border-color: #DC1258; }
span { border-color: rgb(220,18,88); }
td.TdClassName
{
border-color: #DC1258;
}
.TagClassName
{
border-color: #DC1258;
}
</style>