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