Shades of Ruby #DC1475
Tints of Ruby #DC1475
RGB
CMYK
RGB Variations
Color information
#DC1475 (or 0xDC1475) is known color: Ruby. HEX triplet: DC, 14 and 75. RGB value is (220,20,117). Sum of RGB (Red+Green+Blue) = 220+20+117=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1475 is #23EB8A. Grayscale: #5A5A5A. Windows color (decimal): -2354059 or 7673052. OLE color: 7673052.
HSL color Cylindrical-coordinate representation of color #DC1475: hue angle of 330.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 #DC1475 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 117 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.14 |
| HSL | 330.9º | 0.83% | 0.47% | - |
| HSV(B) | 330.9º | 0.91% | 0.86% | - |
| XYZ | 32.98 | 17 | 18.37 | - |
| YUV | 90.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 117 | 0 | 0.91 | 0.47 | 0.14 | 330.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 75 | 0 | 5B | 2F | E | 14B | 53 | 2F |
| Octal | 334 | 24 | 165 | 0 | 133 | 57 | 16 | 513 | 123 | 57 |
| Binary | 11011100 | 10100 | 1110101 | 0 | 1011011 | 101111 | 1110 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DC1475
Complementary color
Monochromatic Colors of #DC1475
Black with #DC1475
Text Example
Text Example
White with #DC1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1475; }
p { color: rgb(220,20,117); }
H1.HeaderClassName
{
color: #DC1475;
}
.AnyTagClassName
{
color: #DC1475;
}
</style>
background-color css
<style>
a { background-color: #DC1475; }
a { background-color: rgb(220,20,117); }
div.DivClassName
{
background-color: #DC1475;
}
.BgClassName
{
background-color: #DC1475;
}
</style>
border-color css
<style>
span { border-color: #DC1475; }
span { border-color: rgb(220,20,117); }
td.TdClassName
{
border-color: #DC1475;
}
.TagClassName
{
border-color: #DC1475;
}
</style>