Shades of Ruby #DC1272
Tints of Ruby #DC1272
RGB
CMYK
RGB Variations
Color information
#DC1272 (or 0xDC1272) is known color: Ruby. HEX triplet: DC, 12 and 72. RGB value is (220,18,114). Sum of RGB (Red+Green+Blue) = 220+18+114=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1272 is #23ED8D. Grayscale: #595959. Windows color (decimal): -2354574 or 7475932. OLE color: 7475932.
HSL color Cylindrical-coordinate representation of color #DC1272: hue angle of 331.49º 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 #DC1272 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 114 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.14 |
| HSL | 331.49º | 0.85% | 0.47% | - |
| HSV(B) | 331.49º | 0.92% | 0.86% | - |
| XYZ | 32.77 | 16.86 | 17.45 | - |
| YUV | 89.34 | 141.92 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 114 | 0 | 0.92 | 0.48 | 0.14 | 331.49 | 0.85 | 0.47 |
| Hex | DC | 12 | 72 | 0 | 5C | 30 | E | 14B | 55 | 2F |
| Octal | 334 | 22 | 162 | 0 | 134 | 60 | 16 | 513 | 125 | 57 |
| Binary | 11011100 | 10010 | 1110010 | 0 | 1011100 | 110000 | 1110 | 101001011 | 1010101 | 101111 |
Color Harmonies of #DC1272
Complementary color
Monochromatic Colors of #DC1272
Black with #DC1272
Text Example
Text Example
White with #DC1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1272; }
p { color: rgb(220,18,114); }
H1.HeaderClassName
{
color: #DC1272;
}
.AnyTagClassName
{
color: #DC1272;
}
</style>
background-color css
<style>
a { background-color: #DC1272; }
a { background-color: rgb(220,18,114); }
div.DivClassName
{
background-color: #DC1272;
}
.BgClassName
{
background-color: #DC1272;
}
</style>
border-color css
<style>
span { border-color: #DC1272; }
span { border-color: rgb(220,18,114); }
td.TdClassName
{
border-color: #DC1272;
}
.TagClassName
{
border-color: #DC1272;
}
</style>