Shades of Ruby #DC146A
Tints of Ruby #DC146A
RGB
CMYK
RGB Variations
Color information
#DC146A (or 0xDC146A) is known color: Ruby. HEX triplet: DC, 14 and 6A. RGB value is (220,20,106). Sum of RGB (Red+Green+Blue) = 220+20+106=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC146A is #23EB95. Grayscale: #595959. Windows color (decimal): -2354070 or 6952156. OLE color: 6952156.
HSL color Cylindrical-coordinate representation of color #DC146A: hue angle of 334.2º 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 #DC146A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 106 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.14 |
| HSL | 334.2º | 0.83% | 0.47% | - |
| HSV(B) | 334.2º | 0.91% | 0.86% | - |
| XYZ | 32.37 | 16.76 | 15.16 | - |
| YUV | 89.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 106 | 0 | 0.91 | 0.52 | 0.14 | 334.2 | 0.83 | 0.47 |
| Hex | DC | 14 | 6A | 0 | 5B | 34 | E | 14E | 53 | 2F |
| Octal | 334 | 24 | 152 | 0 | 133 | 64 | 16 | 516 | 123 | 57 |
| Binary | 11011100 | 10100 | 1101010 | 0 | 1011011 | 110100 | 1110 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DC146A
Complementary color
Monochromatic Colors of #DC146A
Black with #DC146A
Text Example
Text Example
White with #DC146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC146A; }
p { color: rgb(220,20,106); }
H1.HeaderClassName
{
color: #DC146A;
}
.AnyTagClassName
{
color: #DC146A;
}
</style>
background-color css
<style>
a { background-color: #DC146A; }
a { background-color: rgb(220,20,106); }
div.DivClassName
{
background-color: #DC146A;
}
.BgClassName
{
background-color: #DC146A;
}
</style>
border-color css
<style>
span { border-color: #DC146A; }
span { border-color: rgb(220,20,106); }
td.TdClassName
{
border-color: #DC146A;
}
.TagClassName
{
border-color: #DC146A;
}
</style>