Shades of Ruby #DC096A
Tints of Ruby #DC096A
RGB
CMYK
RGB Variations
Color information
#DC096A (or 0xDC096A) is known color: Ruby. HEX triplet: DC, 09 and 6A. RGB value is (220,9,106). Sum of RGB (Red+Green+Blue) = 220+9+106=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC096A is #23F695. Grayscale: #525252. Windows color (decimal): -2356886 or 6949340. OLE color: 6949340.
HSL color Cylindrical-coordinate representation of color #DC096A: hue angle of 332.42º 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 #DC096A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.14 |
| HSL | 332.42º | 0.92% | 0.45% | - |
| HSV(B) | 332.42º | 0.96% | 0.86% | - |
| XYZ | 32.21 | 16.45 | 15.11 | - |
| YUV | 83.15 | 140.9 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 106 | 0 | 0.96 | 0.52 | 0.14 | 332.42 | 0.92 | 0.45 |
| Hex | DC | 9 | 6A | 0 | 60 | 34 | E | 14C | 5C | 2D |
| Octal | 334 | 11 | 152 | 0 | 140 | 64 | 16 | 514 | 134 | 55 |
| Binary | 11011100 | 1001 | 1101010 | 0 | 1100000 | 110100 | 1110 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DC096A
Complementary color
Monochromatic Colors of #DC096A
Black with #DC096A
Text Example
Text Example
White with #DC096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC096A; }
p { color: rgb(220,9,106); }
H1.HeaderClassName
{
color: #DC096A;
}
.AnyTagClassName
{
color: #DC096A;
}
</style>
background-color css
<style>
a { background-color: #DC096A; }
a { background-color: rgb(220,9,106); }
div.DivClassName
{
background-color: #DC096A;
}
.BgClassName
{
background-color: #DC096A;
}
</style>
border-color css
<style>
span { border-color: #DC096A; }
span { border-color: rgb(220,9,106); }
td.TdClassName
{
border-color: #DC096A;
}
.TagClassName
{
border-color: #DC096A;
}
</style>