Shades of Ruby #DC1268
Tints of Ruby #DC1268
RGB
CMYK
RGB Variations
Color information
#DC1268 (or 0xDC1268) is known color: Ruby. HEX triplet: DC, 12 and 68. RGB value is (220,18,104). Sum of RGB (Red+Green+Blue) = 220+18+104=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1268 is #23ED97. Grayscale: #585858. Windows color (decimal): -2354584 or 6820572. OLE color: 6820572.
HSL color Cylindrical-coordinate representation of color #DC1268: hue angle of 334.46º 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 #DC1268 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 104 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.14 |
| HSL | 334.46º | 0.85% | 0.47% | - |
| HSV(B) | 334.46º | 0.92% | 0.86% | - |
| XYZ | 32.23 | 16.65 | 14.61 | - |
| YUV | 88.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 104 | 0 | 0.92 | 0.53 | 0.14 | 334.46 | 0.85 | 0.47 |
| Hex | DC | 12 | 68 | 0 | 5C | 35 | E | 14E | 55 | 2F |
| Octal | 334 | 22 | 150 | 0 | 134 | 65 | 16 | 516 | 125 | 57 |
| Binary | 11011100 | 10010 | 1101000 | 0 | 1011100 | 110101 | 1110 | 101001110 | 1010101 | 101111 |
Color Harmonies of #DC1268
Complementary color
Monochromatic Colors of #DC1268
Black with #DC1268
Text Example
Text Example
White with #DC1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1268; }
p { color: rgb(220,18,104); }
H1.HeaderClassName
{
color: #DC1268;
}
.AnyTagClassName
{
color: #DC1268;
}
</style>
background-color css
<style>
a { background-color: #DC1268; }
a { background-color: rgb(220,18,104); }
div.DivClassName
{
background-color: #DC1268;
}
.BgClassName
{
background-color: #DC1268;
}
</style>
border-color css
<style>
span { border-color: #DC1268; }
span { border-color: rgb(220,18,104); }
td.TdClassName
{
border-color: #DC1268;
}
.TagClassName
{
border-color: #DC1268;
}
</style>