Shades of Ruby #DC1E67
Tints of Ruby #DC1E67
RGB
CMYK
RGB Variations
Color information
#DC1E67 (or 0xDC1E67) is known color: Ruby. HEX triplet: DC, 1E and 67. RGB value is (220,30,103). Sum of RGB (Red+Green+Blue) = 220+30+103=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E67 is #23E198. Grayscale: #5F5F5F. Windows color (decimal): -2351513 or 6758108. OLE color: 6758108.
HSL color Cylindrical-coordinate representation of color #DC1E67: hue angle of 336.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E67 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 103 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.14 |
| HSL | 336.95º | 0.76% | 0.49% | - |
| HSV(B) | 336.95º | 0.86% | 0.86% | - |
| XYZ | 32.43 | 17.12 | 14.43 | - |
| YUV | 95.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 103 | 0 | 0.86 | 0.53 | 0.14 | 336.95 | 0.76 | 0.49 |
| Hex | DC | 1E | 67 | 0 | 56 | 35 | E | 151 | 4C | 31 |
| Octal | 334 | 36 | 147 | 0 | 126 | 65 | 16 | 521 | 114 | 61 |
| Binary | 11011100 | 11110 | 1100111 | 0 | 1010110 | 110101 | 1110 | 101010001 | 1001100 | 110001 |
Color Harmonies of #DC1E67
Complementary color
Monochromatic Colors of #DC1E67
Black with #DC1E67
Text Example
Text Example
White with #DC1E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E67; }
p { color: rgb(220,30,103); }
H1.HeaderClassName
{
color: #DC1E67;
}
.AnyTagClassName
{
color: #DC1E67;
}
</style>
background-color css
<style>
a { background-color: #DC1E67; }
a { background-color: rgb(220,30,103); }
div.DivClassName
{
background-color: #DC1E67;
}
.BgClassName
{
background-color: #DC1E67;
}
</style>
border-color css
<style>
span { border-color: #DC1E67; }
span { border-color: rgb(220,30,103); }
td.TdClassName
{
border-color: #DC1E67;
}
.TagClassName
{
border-color: #DC1E67;
}
</style>