Shades of Ruby #DC096E
Tints of Ruby #DC096E
RGB
CMYK
RGB Variations
Color information
#DC096E (or 0xDC096E) is known color: Ruby. HEX triplet: DC, 09 and 6E. RGB value is (220,9,110). Sum of RGB (Red+Green+Blue) = 220+9+110=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC096E is #23F691. Grayscale: #535353. Windows color (decimal): -2356882 or 7211484. OLE color: 7211484.
HSL color Cylindrical-coordinate representation of color #DC096E: hue angle of 331.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC096E is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.14 |
| HSL | 331.28º | 0.92% | 0.45% | - |
| HSV(B) | 331.28º | 0.96% | 0.86% | - |
| XYZ | 32.43 | 16.54 | 16.23 | - |
| YUV | 83.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 110 | 0 | 0.96 | 0.50 | 0.14 | 331.28 | 0.92 | 0.45 |
| Hex | DC | 9 | 6E | 0 | 60 | 32 | E | 14B | 5C | 2D |
| Octal | 334 | 11 | 156 | 0 | 140 | 62 | 16 | 513 | 134 | 55 |
| Binary | 11011100 | 1001 | 1101110 | 0 | 1100000 | 110010 | 1110 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DC096E
Complementary color
Monochromatic Colors of #DC096E
Black with #DC096E
Text Example
Text Example
White with #DC096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC096E; }
p { color: rgb(220,9,110); }
H1.HeaderClassName
{
color: #DC096E;
}
.AnyTagClassName
{
color: #DC096E;
}
</style>
background-color css
<style>
a { background-color: #DC096E; }
a { background-color: rgb(220,9,110); }
div.DivClassName
{
background-color: #DC096E;
}
.BgClassName
{
background-color: #DC096E;
}
</style>
border-color css
<style>
span { border-color: #DC096E; }
span { border-color: rgb(220,9,110); }
td.TdClassName
{
border-color: #DC096E;
}
.TagClassName
{
border-color: #DC096E;
}
</style>