Shades of Ruby #DC1B70
Tints of Ruby #DC1B70
RGB
CMYK
RGB Variations
Color information
#DC1B70 (or 0xDC1B70) is known color: Ruby. HEX triplet: DC, 1B and 70. RGB value is (220,27,112). Sum of RGB (Red+Green+Blue) = 220+27+112=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B70 is #23E48F. Grayscale: #5E5E5E. Windows color (decimal): -2352272 or 7347164. OLE color: 7347164.
HSL color Cylindrical-coordinate representation of color #DC1B70: hue angle of 333.58º 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 #DC1B70 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 112 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.14 |
| HSL | 333.58º | 0.78% | 0.48% | - |
| HSV(B) | 333.58º | 0.88% | 0.86% | - |
| XYZ | 32.83 | 17.17 | 16.91 | - |
| YUV | 94.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 112 | 0 | 0.88 | 0.49 | 0.14 | 333.58 | 0.78 | 0.48 |
| Hex | DC | 1B | 70 | 0 | 58 | 31 | E | 14E | 4E | 30 |
| Octal | 334 | 33 | 160 | 0 | 130 | 61 | 16 | 516 | 116 | 60 |
| Binary | 11011100 | 11011 | 1110000 | 0 | 1011000 | 110001 | 1110 | 101001110 | 1001110 | 110000 |
Color Harmonies of #DC1B70
Complementary color
Monochromatic Colors of #DC1B70
Black with #DC1B70
Text Example
Text Example
White with #DC1B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B70; }
p { color: rgb(220,27,112); }
H1.HeaderClassName
{
color: #DC1B70;
}
.AnyTagClassName
{
color: #DC1B70;
}
</style>
background-color css
<style>
a { background-color: #DC1B70; }
a { background-color: rgb(220,27,112); }
div.DivClassName
{
background-color: #DC1B70;
}
.BgClassName
{
background-color: #DC1B70;
}
</style>
border-color css
<style>
span { border-color: #DC1B70; }
span { border-color: rgb(220,27,112); }
td.TdClassName
{
border-color: #DC1B70;
}
.TagClassName
{
border-color: #DC1B70;
}
</style>