Shades of Ruby #DC1B5E
Tints of Ruby #DC1B5E
RGB
CMYK
RGB Variations
Color information
#DC1B5E (or 0xDC1B5E) is known color: Ruby. HEX triplet: DC, 1B and 5E. RGB value is (220,27,94). Sum of RGB (Red+Green+Blue) = 220+27+94=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B5E is #23E4A1. Grayscale: #5C5C5C. Windows color (decimal): -2352290 or 6167516. OLE color: 6167516.
HSL color Cylindrical-coordinate representation of color #DC1B5E: hue angle of 339.17º 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 #DC1B5E is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 94 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.14 |
| HSL | 339.17º | 0.78% | 0.48% | - |
| HSV(B) | 339.17º | 0.88% | 0.86% | - |
| XYZ | 31.93 | 16.81 | 12.15 | - |
| YUV | 92.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 94 | 0 | 0.88 | 0.57 | 0.14 | 339.17 | 0.78 | 0.48 |
| Hex | DC | 1B | 5E | 0 | 58 | 39 | E | 153 | 4E | 30 |
| Octal | 334 | 33 | 136 | 0 | 130 | 71 | 16 | 523 | 116 | 60 |
| Binary | 11011100 | 11011 | 1011110 | 0 | 1011000 | 111001 | 1110 | 101010011 | 1001110 | 110000 |
Color Harmonies of #DC1B5E
Complementary color
Monochromatic Colors of #DC1B5E
Black with #DC1B5E
Text Example
Text Example
White with #DC1B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B5E; }
p { color: rgb(220,27,94); }
H1.HeaderClassName
{
color: #DC1B5E;
}
.AnyTagClassName
{
color: #DC1B5E;
}
</style>
background-color css
<style>
a { background-color: #DC1B5E; }
a { background-color: rgb(220,27,94); }
div.DivClassName
{
background-color: #DC1B5E;
}
.BgClassName
{
background-color: #DC1B5E;
}
</style>
border-color css
<style>
span { border-color: #DC1B5E; }
span { border-color: rgb(220,27,94); }
td.TdClassName
{
border-color: #DC1B5E;
}
.TagClassName
{
border-color: #DC1B5E;
}
</style>