Shades of Ruby #DC096D
Tints of Ruby #DC096D
RGB
CMYK
RGB Variations
Color information
#DC096D (or 0xDC096D) is known color: Ruby. HEX triplet: DC, 09 and 6D. RGB value is (220,9,109). Sum of RGB (Red+Green+Blue) = 220+9+109=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC096D is #23F692. Grayscale: #535353. Windows color (decimal): -2356883 or 7145948. OLE color: 7145948.
HSL color Cylindrical-coordinate representation of color #DC096D: hue angle of 331.56º 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 #DC096D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.14 |
| HSL | 331.56º | 0.92% | 0.45% | - |
| HSV(B) | 331.56º | 0.96% | 0.86% | - |
| XYZ | 32.37 | 16.52 | 15.95 | - |
| YUV | 83.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 109 | 0 | 0.96 | 0.50 | 0.14 | 331.56 | 0.92 | 0.45 |
| Hex | DC | 9 | 6D | 0 | 60 | 32 | E | 14C | 5C | 2D |
| Octal | 334 | 11 | 155 | 0 | 140 | 62 | 16 | 514 | 134 | 55 |
| Binary | 11011100 | 1001 | 1101101 | 0 | 1100000 | 110010 | 1110 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DC096D
Complementary color
Monochromatic Colors of #DC096D
Black with #DC096D
Text Example
Text Example
White with #DC096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC096D; }
p { color: rgb(220,9,109); }
H1.HeaderClassName
{
color: #DC096D;
}
.AnyTagClassName
{
color: #DC096D;
}
</style>
background-color css
<style>
a { background-color: #DC096D; }
a { background-color: rgb(220,9,109); }
div.DivClassName
{
background-color: #DC096D;
}
.BgClassName
{
background-color: #DC096D;
}
</style>
border-color css
<style>
span { border-color: #DC096D; }
span { border-color: rgb(220,9,109); }
td.TdClassName
{
border-color: #DC096D;
}
.TagClassName
{
border-color: #DC096D;
}
</style>