Shades of Ruby #DC1465
Tints of Ruby #DC1465
RGB
CMYK
RGB Variations
Color information
#DC1465 (or 0xDC1465) is known color: Ruby. HEX triplet: DC, 14 and 65. RGB value is (220,20,101). Sum of RGB (Red+Green+Blue) = 220+20+101=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1465 is #23EB9A. Grayscale: #585858. Windows color (decimal): -2354075 or 6624476. OLE color: 6624476.
HSL color Cylindrical-coordinate representation of color #DC1465: hue angle of 335.7º 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 #DC1465 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 101 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.14 |
| HSL | 335.7º | 0.83% | 0.47% | - |
| HSV(B) | 335.7º | 0.91% | 0.86% | - |
| XYZ | 32.11 | 16.66 | 13.83 | - |
| YUV | 89.03 | 134.76 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 101 | 0 | 0.91 | 0.54 | 0.14 | 335.7 | 0.83 | 0.47 |
| Hex | DC | 14 | 65 | 0 | 5B | 36 | E | 150 | 53 | 2F |
| Octal | 334 | 24 | 145 | 0 | 133 | 66 | 16 | 520 | 123 | 57 |
| Binary | 11011100 | 10100 | 1100101 | 0 | 1011011 | 110110 | 1110 | 101010000 | 1010011 | 101111 |
Color Harmonies of #DC1465
Complementary color
Monochromatic Colors of #DC1465
Black with #DC1465
Text Example
Text Example
White with #DC1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1465; }
p { color: rgb(220,20,101); }
H1.HeaderClassName
{
color: #DC1465;
}
.AnyTagClassName
{
color: #DC1465;
}
</style>
background-color css
<style>
a { background-color: #DC1465; }
a { background-color: rgb(220,20,101); }
div.DivClassName
{
background-color: #DC1465;
}
.BgClassName
{
background-color: #DC1465;
}
</style>
border-color css
<style>
span { border-color: #DC1465; }
span { border-color: rgb(220,20,101); }
td.TdClassName
{
border-color: #DC1465;
}
.TagClassName
{
border-color: #DC1465;
}
</style>