Shades of Ruby #DC1274
Tints of Ruby #DC1274
RGB
CMYK
RGB Variations
Color information
#DC1274 (or 0xDC1274) is known color: Ruby. HEX triplet: DC, 12 and 74. RGB value is (220,18,116). Sum of RGB (Red+Green+Blue) = 220+18+116=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1274 is #23ED8B. Grayscale: #595959. Windows color (decimal): -2354572 or 7607004. OLE color: 7607004.
HSL color Cylindrical-coordinate representation of color #DC1274: hue angle of 330.89º 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 #DC1274 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 116 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.14 |
| HSL | 330.89º | 0.85% | 0.47% | - |
| HSV(B) | 330.89º | 0.92% | 0.86% | - |
| XYZ | 32.88 | 16.91 | 18.05 | - |
| YUV | 89.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 116 | 0 | 0.92 | 0.47 | 0.14 | 330.89 | 0.85 | 0.47 |
| Hex | DC | 12 | 74 | 0 | 5C | 2F | E | 14B | 55 | 2F |
| Octal | 334 | 22 | 164 | 0 | 134 | 57 | 16 | 513 | 125 | 57 |
| Binary | 11011100 | 10010 | 1110100 | 0 | 1011100 | 101111 | 1110 | 101001011 | 1010101 | 101111 |
Color Harmonies of #DC1274
Complementary color
Monochromatic Colors of #DC1274
Black with #DC1274
Text Example
Text Example
White with #DC1274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1274; }
p { color: rgb(220,18,116); }
H1.HeaderClassName
{
color: #DC1274;
}
.AnyTagClassName
{
color: #DC1274;
}
</style>
background-color css
<style>
a { background-color: #DC1274; }
a { background-color: rgb(220,18,116); }
div.DivClassName
{
background-color: #DC1274;
}
.BgClassName
{
background-color: #DC1274;
}
</style>
border-color css
<style>
span { border-color: #DC1274; }
span { border-color: rgb(220,18,116); }
td.TdClassName
{
border-color: #DC1274;
}
.TagClassName
{
border-color: #DC1274;
}
</style>