Shades of Ruby #DC146C
Tints of Ruby #DC146C
RGB
CMYK
RGB Variations
Color information
#DC146C (or 0xDC146C) is known color: Ruby. HEX triplet: DC, 14 and 6C. RGB value is (220,20,108). Sum of RGB (Red+Green+Blue) = 220+20+108=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC146C is #23EB93. Grayscale: #595959. Windows color (decimal): -2354068 or 7083228. OLE color: 7083228.
HSL color Cylindrical-coordinate representation of color #DC146C: hue angle of 333.6º 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 #DC146C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 108 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.14 |
| HSL | 333.6º | 0.83% | 0.47% | - |
| HSV(B) | 333.6º | 0.91% | 0.86% | - |
| XYZ | 32.47 | 16.8 | 15.72 | - |
| YUV | 89.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 108 | 0 | 0.91 | 0.51 | 0.14 | 333.6 | 0.83 | 0.47 |
| Hex | DC | 14 | 6C | 0 | 5B | 33 | E | 14E | 53 | 2F |
| Octal | 334 | 24 | 154 | 0 | 133 | 63 | 16 | 516 | 123 | 57 |
| Binary | 11011100 | 10100 | 1101100 | 0 | 1011011 | 110011 | 1110 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DC146C
Complementary color
Monochromatic Colors of #DC146C
Black with #DC146C
Text Example
Text Example
White with #DC146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC146C; }
p { color: rgb(220,20,108); }
H1.HeaderClassName
{
color: #DC146C;
}
.AnyTagClassName
{
color: #DC146C;
}
</style>
background-color css
<style>
a { background-color: #DC146C; }
a { background-color: rgb(220,20,108); }
div.DivClassName
{
background-color: #DC146C;
}
.BgClassName
{
background-color: #DC146C;
}
</style>
border-color css
<style>
span { border-color: #DC146C; }
span { border-color: rgb(220,20,108); }
td.TdClassName
{
border-color: #DC146C;
}
.TagClassName
{
border-color: #DC146C;
}
</style>