Shades of Ruby #DC1B65
Tints of Ruby #DC1B65
RGB
CMYK
RGB Variations
Color information
#DC1B65 (or 0xDC1B65) is known color: Ruby. HEX triplet: DC, 1B and 65. RGB value is (220,27,101). Sum of RGB (Red+Green+Blue) = 220+27+101=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B65 is #23E49A. Grayscale: #5D5D5D. Windows color (decimal): -2352283 or 6626268. OLE color: 6626268.
HSL color Cylindrical-coordinate representation of color #DC1B65: hue angle of 336.99º 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 #DC1B65 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 101 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.14 |
| HSL | 336.99º | 0.78% | 0.48% | - |
| HSV(B) | 336.99º | 0.88% | 0.86% | - |
| XYZ | 32.26 | 16.94 | 13.88 | - |
| YUV | 93.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 101 | 0 | 0.88 | 0.54 | 0.14 | 336.99 | 0.78 | 0.48 |
| Hex | DC | 1B | 65 | 0 | 58 | 36 | E | 151 | 4E | 30 |
| Octal | 334 | 33 | 145 | 0 | 130 | 66 | 16 | 521 | 116 | 60 |
| Binary | 11011100 | 11011 | 1100101 | 0 | 1011000 | 110110 | 1110 | 101010001 | 1001110 | 110000 |
Color Harmonies of #DC1B65
Complementary color
Monochromatic Colors of #DC1B65
Black with #DC1B65
Text Example
Text Example
White with #DC1B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B65; }
p { color: rgb(220,27,101); }
H1.HeaderClassName
{
color: #DC1B65;
}
.AnyTagClassName
{
color: #DC1B65;
}
</style>
background-color css
<style>
a { background-color: #DC1B65; }
a { background-color: rgb(220,27,101); }
div.DivClassName
{
background-color: #DC1B65;
}
.BgClassName
{
background-color: #DC1B65;
}
</style>
border-color css
<style>
span { border-color: #DC1B65; }
span { border-color: rgb(220,27,101); }
td.TdClassName
{
border-color: #DC1B65;
}
.TagClassName
{
border-color: #DC1B65;
}
</style>