Shades of Ruby #DC1775
Tints of Ruby #DC1775
RGB
CMYK
RGB Variations
Color information
#DC1775 (or 0xDC1775) is known color: Ruby. HEX triplet: DC, 17 and 75. RGB value is (220,23,117). Sum of RGB (Red+Green+Blue) = 220+23+117=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1775 is #23E88A. Grayscale: #5C5C5C. Windows color (decimal): -2353291 or 7673820. OLE color: 7673820.
HSL color Cylindrical-coordinate representation of color #DC1775: hue angle of 331.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1775 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 117 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.14 |
| HSL | 331.37º | 0.81% | 0.48% | - |
| HSV(B) | 331.37º | 0.9% | 0.86% | - |
| XYZ | 33.03 | 17.11 | 18.39 | - |
| YUV | 92.62 | 141.77 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 117 | 0 | 0.90 | 0.47 | 0.14 | 331.37 | 0.81 | 0.48 |
| Hex | DC | 17 | 75 | 0 | 5A | 2F | E | 14B | 51 | 30 |
| Octal | 334 | 27 | 165 | 0 | 132 | 57 | 16 | 513 | 121 | 60 |
| Binary | 11011100 | 10111 | 1110101 | 0 | 1011010 | 101111 | 1110 | 101001011 | 1010001 | 110000 |
Color Harmonies of #DC1775
Complementary color
Monochromatic Colors of #DC1775
Black with #DC1775
Text Example
Text Example
White with #DC1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1775; }
p { color: rgb(220,23,117); }
H1.HeaderClassName
{
color: #DC1775;
}
.AnyTagClassName
{
color: #DC1775;
}
</style>
background-color css
<style>
a { background-color: #DC1775; }
a { background-color: rgb(220,23,117); }
div.DivClassName
{
background-color: #DC1775;
}
.BgClassName
{
background-color: #DC1775;
}
</style>
border-color css
<style>
span { border-color: #DC1775; }
span { border-color: rgb(220,23,117); }
td.TdClassName
{
border-color: #DC1775;
}
.TagClassName
{
border-color: #DC1775;
}
</style>