Shades of Ruby #DC1B74
Tints of Ruby #DC1B74
RGB
CMYK
RGB Variations
Color information
#DC1B74 (or 0xDC1B74) is known color: Ruby. HEX triplet: DC, 1B and 74. RGB value is (220,27,116). Sum of RGB (Red+Green+Blue) = 220+27+116=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B74 is #23E48B. Grayscale: #5E5E5E. Windows color (decimal): -2352268 or 7609308. OLE color: 7609308.
HSL color Cylindrical-coordinate representation of color #DC1B74: hue angle of 332.33º 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 #DC1B74 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 116 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.14 |
| HSL | 332.33º | 0.78% | 0.48% | - |
| HSV(B) | 332.33º | 0.88% | 0.86% | - |
| XYZ | 33.06 | 17.26 | 18.11 | - |
| YUV | 94.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 116 | 0 | 0.88 | 0.47 | 0.14 | 332.33 | 0.78 | 0.48 |
| Hex | DC | 1B | 74 | 0 | 58 | 2F | E | 14C | 4E | 30 |
| Octal | 334 | 33 | 164 | 0 | 130 | 57 | 16 | 514 | 116 | 60 |
| Binary | 11011100 | 11011 | 1110100 | 0 | 1011000 | 101111 | 1110 | 101001100 | 1001110 | 110000 |
Color Harmonies of #DC1B74
Complementary color
Monochromatic Colors of #DC1B74
Black with #DC1B74
Text Example
Text Example
White with #DC1B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B74; }
p { color: rgb(220,27,116); }
H1.HeaderClassName
{
color: #DC1B74;
}
.AnyTagClassName
{
color: #DC1B74;
}
</style>
background-color css
<style>
a { background-color: #DC1B74; }
a { background-color: rgb(220,27,116); }
div.DivClassName
{
background-color: #DC1B74;
}
.BgClassName
{
background-color: #DC1B74;
}
</style>
border-color css
<style>
span { border-color: #DC1B74; }
span { border-color: rgb(220,27,116); }
td.TdClassName
{
border-color: #DC1B74;
}
.TagClassName
{
border-color: #DC1B74;
}
</style>