Shades of Ruby #DC1B73
Tints of Ruby #DC1B73
RGB
CMYK
RGB Variations
Color information
#DC1B73 (or 0xDC1B73) is known color: Ruby. HEX triplet: DC, 1B and 73. RGB value is (220,27,115). Sum of RGB (Red+Green+Blue) = 220+27+115=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B73 is #23E48C. Grayscale: #5E5E5E. Windows color (decimal): -2352269 or 7543772. OLE color: 7543772.
HSL color Cylindrical-coordinate representation of color #DC1B73: hue angle of 332.64º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B73 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 115 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.14 |
| HSL | 332.64º | 0.78% | 0.48% | - |
| HSV(B) | 332.64º | 0.88% | 0.86% | - |
| XYZ | 33 | 17.24 | 17.81 | - |
| YUV | 94.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 115 | 0 | 0.88 | 0.48 | 0.14 | 332.64 | 0.78 | 0.48 |
| Hex | DC | 1B | 73 | 0 | 58 | 30 | E | 14D | 4E | 30 |
| Octal | 334 | 33 | 163 | 0 | 130 | 60 | 16 | 515 | 116 | 60 |
| Binary | 11011100 | 11011 | 1110011 | 0 | 1011000 | 110000 | 1110 | 101001101 | 1001110 | 110000 |
Color Harmonies of #DC1B73
Complementary color
Monochromatic Colors of #DC1B73
Black with #DC1B73
Text Example
Text Example
White with #DC1B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B73; }
p { color: rgb(220,27,115); }
H1.HeaderClassName
{
color: #DC1B73;
}
.AnyTagClassName
{
color: #DC1B73;
}
</style>
background-color css
<style>
a { background-color: #DC1B73; }
a { background-color: rgb(220,27,115); }
div.DivClassName
{
background-color: #DC1B73;
}
.BgClassName
{
background-color: #DC1B73;
}
</style>
border-color css
<style>
span { border-color: #DC1B73; }
span { border-color: rgb(220,27,115); }
td.TdClassName
{
border-color: #DC1B73;
}
.TagClassName
{
border-color: #DC1B73;
}
</style>