Shades of Ruby #DC146B
Tints of Ruby #DC146B
RGB
CMYK
RGB Variations
Color information
#DC146B (or 0xDC146B) is known color: Ruby. HEX triplet: DC, 14 and 6B. RGB value is (220,20,107). Sum of RGB (Red+Green+Blue) = 220+20+107=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC146B is #23EB94. Grayscale: #595959. Windows color (decimal): -2354069 or 7017692. OLE color: 7017692.
HSL color Cylindrical-coordinate representation of color #DC146B: hue angle of 333.9º 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 #DC146B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.14 |
| HSL | 333.9º | 0.83% | 0.47% | - |
| HSV(B) | 333.9º | 0.91% | 0.86% | - |
| XYZ | 32.42 | 16.78 | 15.44 | - |
| YUV | 89.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 107 | 0 | 0.91 | 0.51 | 0.14 | 333.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 6B | 0 | 5B | 33 | E | 14E | 53 | 2F |
| Octal | 334 | 24 | 153 | 0 | 133 | 63 | 16 | 516 | 123 | 57 |
| Binary | 11011100 | 10100 | 1101011 | 0 | 1011011 | 110011 | 1110 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DC146B
Complementary color
Monochromatic Colors of #DC146B
Black with #DC146B
Text Example
Text Example
White with #DC146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC146B; }
p { color: rgb(220,20,107); }
H1.HeaderClassName
{
color: #DC146B;
}
.AnyTagClassName
{
color: #DC146B;
}
</style>
background-color css
<style>
a { background-color: #DC146B; }
a { background-color: rgb(220,20,107); }
div.DivClassName
{
background-color: #DC146B;
}
.BgClassName
{
background-color: #DC146B;
}
</style>
border-color css
<style>
span { border-color: #DC146B; }
span { border-color: rgb(220,20,107); }
td.TdClassName
{
border-color: #DC146B;
}
.TagClassName
{
border-color: #DC146B;
}
</style>