Shades of Ruby #DC096B
Tints of Ruby #DC096B
RGB
CMYK
RGB Variations
Color information
#DC096B (or 0xDC096B) is known color: Ruby. HEX triplet: DC, 09 and 6B. RGB value is (220,9,107). Sum of RGB (Red+Green+Blue) = 220+9+107=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC096B is #23F694. Grayscale: #535353. Windows color (decimal): -2356885 or 7014876. OLE color: 7014876.
HSL color Cylindrical-coordinate representation of color #DC096B: hue angle of 332.13º 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 #DC096B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.14 |
| HSL | 332.13º | 0.92% | 0.45% | - |
| HSV(B) | 332.13º | 0.96% | 0.86% | - |
| XYZ | 32.27 | 16.47 | 15.39 | - |
| YUV | 83.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 107 | 0 | 0.96 | 0.51 | 0.14 | 332.13 | 0.92 | 0.45 |
| Hex | DC | 9 | 6B | 0 | 60 | 33 | E | 14C | 5C | 2D |
| Octal | 334 | 11 | 153 | 0 | 140 | 63 | 16 | 514 | 134 | 55 |
| Binary | 11011100 | 1001 | 1101011 | 0 | 1100000 | 110011 | 1110 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DC096B
Complementary color
Monochromatic Colors of #DC096B
Black with #DC096B
Text Example
Text Example
White with #DC096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC096B; }
p { color: rgb(220,9,107); }
H1.HeaderClassName
{
color: #DC096B;
}
.AnyTagClassName
{
color: #DC096B;
}
</style>
background-color css
<style>
a { background-color: #DC096B; }
a { background-color: rgb(220,9,107); }
div.DivClassName
{
background-color: #DC096B;
}
.BgClassName
{
background-color: #DC096B;
}
</style>
border-color css
<style>
span { border-color: #DC096B; }
span { border-color: rgb(220,9,107); }
td.TdClassName
{
border-color: #DC096B;
}
.TagClassName
{
border-color: #DC096B;
}
</style>