Shades of Ruby #DC146E
Tints of Ruby #DC146E
RGB
CMYK
RGB Variations
Color information
#DC146E (or 0xDC146E) is known color: Ruby. HEX triplet: DC, 14 and 6E. RGB value is (220,20,110). Sum of RGB (Red+Green+Blue) = 220+20+110=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC146E is #23EB91. Grayscale: #595959. Windows color (decimal): -2354066 or 7214300. OLE color: 7214300.
HSL color Cylindrical-coordinate representation of color #DC146E: hue angle of 333º degrees, saturation: 0.83, 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 #DC146E is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 110 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.14 |
| HSL | 333º | 0.83% | 0.47% | - |
| HSV(B) | 333º | 0.91% | 0.86% | - |
| XYZ | 32.58 | 16.84 | 16.29 | - |
| YUV | 90.06 | 139.26 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 110 | 0 | 0.91 | 0.50 | 0.14 | 333 | 0.83 | 0.47 |
| Hex | DC | 14 | 6E | 0 | 5B | 32 | E | 14D | 53 | 2F |
| Octal | 334 | 24 | 156 | 0 | 133 | 62 | 16 | 515 | 123 | 57 |
| Binary | 11011100 | 10100 | 1101110 | 0 | 1011011 | 110010 | 1110 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DC146E
Complementary color
Monochromatic Colors of #DC146E
Black with #DC146E
Text Example
Text Example
White with #DC146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC146E; }
p { color: rgb(220,20,110); }
H1.HeaderClassName
{
color: #DC146E;
}
.AnyTagClassName
{
color: #DC146E;
}
</style>
background-color css
<style>
a { background-color: #DC146E; }
a { background-color: rgb(220,20,110); }
div.DivClassName
{
background-color: #DC146E;
}
.BgClassName
{
background-color: #DC146E;
}
</style>
border-color css
<style>
span { border-color: #DC146E; }
span { border-color: rgb(220,20,110); }
td.TdClassName
{
border-color: #DC146E;
}
.TagClassName
{
border-color: #DC146E;
}
</style>