Shades of Ruby #DC145A
Tints of Ruby #DC145A
RGB
CMYK
RGB Variations
Color information
#DC145A (or 0xDC145A) is known color: Ruby. HEX triplet: DC, 14 and 5A. RGB value is (220,20,90). Sum of RGB (Red+Green+Blue) = 220+20+90=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC145A is #23EBA5. Grayscale: #575757. Windows color (decimal): -2354086 or 5903580. OLE color: 5903580.
HSL color Cylindrical-coordinate representation of color #DC145A: hue angle of 339º 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 #DC145A is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 90 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.14 |
| HSL | 339º | 0.83% | 0.47% | - |
| HSV(B) | 339º | 0.91% | 0.86% | - |
| XYZ | 31.61 | 16.45 | 11.18 | - |
| YUV | 87.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 90 | 0 | 0.91 | 0.59 | 0.14 | 339 | 0.83 | 0.47 |
| Hex | DC | 14 | 5A | 0 | 5B | 3B | E | 153 | 53 | 2F |
| Octal | 334 | 24 | 132 | 0 | 133 | 73 | 16 | 523 | 123 | 57 |
| Binary | 11011100 | 10100 | 1011010 | 0 | 1011011 | 111011 | 1110 | 101010011 | 1010011 | 101111 |
Color Harmonies of #DC145A
Complementary color
Monochromatic Colors of #DC145A
Black with #DC145A
Text Example
Text Example
White with #DC145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC145A; }
p { color: rgb(220,20,90); }
H1.HeaderClassName
{
color: #DC145A;
}
.AnyTagClassName
{
color: #DC145A;
}
</style>
background-color css
<style>
a { background-color: #DC145A; }
a { background-color: rgb(220,20,90); }
div.DivClassName
{
background-color: #DC145A;
}
.BgClassName
{
background-color: #DC145A;
}
</style>
border-color css
<style>
span { border-color: #DC145A; }
span { border-color: rgb(220,20,90); }
td.TdClassName
{
border-color: #DC145A;
}
.TagClassName
{
border-color: #DC145A;
}
</style>