Shades of Ruby #DC1372
Tints of Ruby #DC1372
RGB
CMYK
RGB Variations
Color information
#DC1372 (or 0xDC1372) is known color: Ruby. HEX triplet: DC, 13 and 72. RGB value is (220,19,114). Sum of RGB (Red+Green+Blue) = 220+19+114=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1372 is #23EC8D. Grayscale: #595959. Windows color (decimal): -2354318 or 7476188. OLE color: 7476188.
HSL color Cylindrical-coordinate representation of color #DC1372: hue angle of 331.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1372 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 114 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.14 |
| HSL | 331.64º | 0.84% | 0.47% | - |
| HSV(B) | 331.64º | 0.91% | 0.86% | - |
| XYZ | 32.79 | 16.9 | 17.45 | - |
| YUV | 89.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 114 | 0 | 0.91 | 0.48 | 0.14 | 331.64 | 0.84 | 0.47 |
| Hex | DC | 13 | 72 | 0 | 5B | 30 | E | 14C | 54 | 2F |
| Octal | 334 | 23 | 162 | 0 | 133 | 60 | 16 | 514 | 124 | 57 |
| Binary | 11011100 | 10011 | 1110010 | 0 | 1011011 | 110000 | 1110 | 101001100 | 1010100 | 101111 |
Color Harmonies of #DC1372
Complementary color
Monochromatic Colors of #DC1372
Black with #DC1372
Text Example
Text Example
White with #DC1372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1372; }
p { color: rgb(220,19,114); }
H1.HeaderClassName
{
color: #DC1372;
}
.AnyTagClassName
{
color: #DC1372;
}
</style>
background-color css
<style>
a { background-color: #DC1372; }
a { background-color: rgb(220,19,114); }
div.DivClassName
{
background-color: #DC1372;
}
.BgClassName
{
background-color: #DC1372;
}
</style>
border-color css
<style>
span { border-color: #DC1372; }
span { border-color: rgb(220,19,114); }
td.TdClassName
{
border-color: #DC1372;
}
.TagClassName
{
border-color: #DC1372;
}
</style>