Shades of Ruby #DC1A69
Tints of Ruby #DC1A69
RGB
CMYK
RGB Variations
Color information
#DC1A69 (or 0xDC1A69) is known color: Ruby. HEX triplet: DC, 1A and 69. RGB value is (220,26,105). Sum of RGB (Red+Green+Blue) = 220+26+105=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1A69 is #23E596. Grayscale: #5C5C5C. Windows color (decimal): -2352535 or 6888156. OLE color: 6888156.
HSL color Cylindrical-coordinate representation of color #DC1A69: hue angle of 335.57º degrees, saturation: 0.79, 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 #DC1A69 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 105 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.14 |
| HSL | 335.57º | 0.79% | 0.48% | - |
| HSV(B) | 335.57º | 0.88% | 0.86% | - |
| XYZ | 32.43 | 16.97 | 14.93 | - |
| YUV | 93.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 105 | 0 | 0.88 | 0.52 | 0.14 | 335.57 | 0.79 | 0.48 |
| Hex | DC | 1A | 69 | 0 | 58 | 34 | E | 150 | 4F | 30 |
| Octal | 334 | 32 | 151 | 0 | 130 | 64 | 16 | 520 | 117 | 60 |
| Binary | 11011100 | 11010 | 1101001 | 0 | 1011000 | 110100 | 1110 | 101010000 | 1001111 | 110000 |
Color Harmonies of #DC1A69
Complementary color
Monochromatic Colors of #DC1A69
Black with #DC1A69
Text Example
Text Example
White with #DC1A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A69; }
p { color: rgb(220,26,105); }
H1.HeaderClassName
{
color: #DC1A69;
}
.AnyTagClassName
{
color: #DC1A69;
}
</style>
background-color css
<style>
a { background-color: #DC1A69; }
a { background-color: rgb(220,26,105); }
div.DivClassName
{
background-color: #DC1A69;
}
.BgClassName
{
background-color: #DC1A69;
}
</style>
border-color css
<style>
span { border-color: #DC1A69; }
span { border-color: rgb(220,26,105); }
td.TdClassName
{
border-color: #DC1A69;
}
.TagClassName
{
border-color: #DC1A69;
}
</style>