Shades of Ruby #DC1B5C
Tints of Ruby #DC1B5C
RGB
CMYK
RGB Variations
Color information
#DC1B5C (or 0xDC1B5C) is known color: Ruby. HEX triplet: DC, 1B and 5C. RGB value is (220,27,92). Sum of RGB (Red+Green+Blue) = 220+27+92=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B5C is #23E4A3. Grayscale: #5C5C5C. Windows color (decimal): -2352292 or 6036444. OLE color: 6036444.
HSL color Cylindrical-coordinate representation of color #DC1B5C: hue angle of 339.79º 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 #DC1B5C is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 92 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.14 |
| HSL | 339.79º | 0.78% | 0.48% | - |
| HSV(B) | 339.79º | 0.88% | 0.86% | - |
| XYZ | 31.84 | 16.77 | 11.68 | - |
| YUV | 92.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 92 | 0 | 0.88 | 0.58 | 0.14 | 339.79 | 0.78 | 0.48 |
| Hex | DC | 1B | 5C | 0 | 58 | 3A | E | 154 | 4E | 30 |
| Octal | 334 | 33 | 134 | 0 | 130 | 72 | 16 | 524 | 116 | 60 |
| Binary | 11011100 | 11011 | 1011100 | 0 | 1011000 | 111010 | 1110 | 101010100 | 1001110 | 110000 |
Color Harmonies of #DC1B5C
Complementary color
Monochromatic Colors of #DC1B5C
Black with #DC1B5C
Text Example
Text Example
White with #DC1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B5C; }
p { color: rgb(220,27,92); }
H1.HeaderClassName
{
color: #DC1B5C;
}
.AnyTagClassName
{
color: #DC1B5C;
}
</style>
background-color css
<style>
a { background-color: #DC1B5C; }
a { background-color: rgb(220,27,92); }
div.DivClassName
{
background-color: #DC1B5C;
}
.BgClassName
{
background-color: #DC1B5C;
}
</style>
border-color css
<style>
span { border-color: #DC1B5C; }
span { border-color: rgb(220,27,92); }
td.TdClassName
{
border-color: #DC1B5C;
}
.TagClassName
{
border-color: #DC1B5C;
}
</style>