Shades of Ruby #DC1B6E
Tints of Ruby #DC1B6E
RGB
CMYK
RGB Variations
Color information
#DC1B6E (or 0xDC1B6E) is known color: Ruby. HEX triplet: DC, 1B and 6E. RGB value is (220,27,110). Sum of RGB (Red+Green+Blue) = 220+27+110=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B6E is #23E491. Grayscale: #5E5E5E. Windows color (decimal): -2352274 or 7216092. OLE color: 7216092.
HSL color Cylindrical-coordinate representation of color #DC1B6E: hue angle of 334.2º 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 #DC1B6E is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 110 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.14 |
| HSL | 334.2º | 0.78% | 0.48% | - |
| HSV(B) | 334.2º | 0.88% | 0.86% | - |
| XYZ | 32.72 | 17.13 | 16.33 | - |
| YUV | 94.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 110 | 0 | 0.88 | 0.50 | 0.14 | 334.2 | 0.78 | 0.48 |
| Hex | DC | 1B | 6E | 0 | 58 | 32 | E | 14E | 4E | 30 |
| Octal | 334 | 33 | 156 | 0 | 130 | 62 | 16 | 516 | 116 | 60 |
| Binary | 11011100 | 11011 | 1101110 | 0 | 1011000 | 110010 | 1110 | 101001110 | 1001110 | 110000 |
Color Harmonies of #DC1B6E
Complementary color
Monochromatic Colors of #DC1B6E
Black with #DC1B6E
Text Example
Text Example
White with #DC1B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B6E; }
p { color: rgb(220,27,110); }
H1.HeaderClassName
{
color: #DC1B6E;
}
.AnyTagClassName
{
color: #DC1B6E;
}
</style>
background-color css
<style>
a { background-color: #DC1B6E; }
a { background-color: rgb(220,27,110); }
div.DivClassName
{
background-color: #DC1B6E;
}
.BgClassName
{
background-color: #DC1B6E;
}
</style>
border-color css
<style>
span { border-color: #DC1B6E; }
span { border-color: rgb(220,27,110); }
td.TdClassName
{
border-color: #DC1B6E;
}
.TagClassName
{
border-color: #DC1B6E;
}
</style>