Shades of Ruby #DC1B6C
Tints of Ruby #DC1B6C
RGB
CMYK
RGB Variations
Color information
#DC1B6C (or 0xDC1B6C) is known color: Ruby. HEX triplet: DC, 1B and 6C. RGB value is (220,27,108). Sum of RGB (Red+Green+Blue) = 220+27+108=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B6C is #23E493. Grayscale: #5D5D5D. Windows color (decimal): -2352276 or 7085020. OLE color: 7085020.
HSL color Cylindrical-coordinate representation of color #DC1B6C: hue angle of 334.82º 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 #DC1B6C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 108 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.14 |
| HSL | 334.82º | 0.78% | 0.48% | - |
| HSV(B) | 334.82º | 0.88% | 0.86% | - |
| XYZ | 32.61 | 17.08 | 15.77 | - |
| YUV | 93.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 108 | 0 | 0.88 | 0.51 | 0.14 | 334.82 | 0.78 | 0.48 |
| Hex | DC | 1B | 6C | 0 | 58 | 33 | E | 14F | 4E | 30 |
| Octal | 334 | 33 | 154 | 0 | 130 | 63 | 16 | 517 | 116 | 60 |
| Binary | 11011100 | 11011 | 1101100 | 0 | 1011000 | 110011 | 1110 | 101001111 | 1001110 | 110000 |
Color Harmonies of #DC1B6C
Complementary color
Monochromatic Colors of #DC1B6C
Black with #DC1B6C
Text Example
Text Example
White with #DC1B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B6C; }
p { color: rgb(220,27,108); }
H1.HeaderClassName
{
color: #DC1B6C;
}
.AnyTagClassName
{
color: #DC1B6C;
}
</style>
background-color css
<style>
a { background-color: #DC1B6C; }
a { background-color: rgb(220,27,108); }
div.DivClassName
{
background-color: #DC1B6C;
}
.BgClassName
{
background-color: #DC1B6C;
}
</style>
border-color css
<style>
span { border-color: #DC1B6C; }
span { border-color: rgb(220,27,108); }
td.TdClassName
{
border-color: #DC1B6C;
}
.TagClassName
{
border-color: #DC1B6C;
}
</style>