Shades of Ruby #DC0962
Tints of Ruby #DC0962
RGB
CMYK
RGB Variations
Color information
#DC0962 (or 0xDC0962) is known color: Ruby. HEX triplet: DC, 09 and 62. RGB value is (220,9,98). Sum of RGB (Red+Green+Blue) = 220+9+98=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0962 is #23F69D. Grayscale: #525252. Windows color (decimal): -2356894 or 6425052. OLE color: 6425052.
HSL color Cylindrical-coordinate representation of color #DC0962: hue angle of 334.69º 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 #DC0962 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.14 |
| HSL | 334.69º | 0.92% | 0.45% | - |
| HSV(B) | 334.69º | 0.96% | 0.86% | - |
| XYZ | 31.82 | 16.29 | 13.02 | - |
| YUV | 82.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 98 | 0 | 0.96 | 0.55 | 0.14 | 334.69 | 0.92 | 0.45 |
| Hex | DC | 9 | 62 | 0 | 60 | 37 | E | 14F | 5C | 2D |
| Octal | 334 | 11 | 142 | 0 | 140 | 67 | 16 | 517 | 134 | 55 |
| Binary | 11011100 | 1001 | 1100010 | 0 | 1100000 | 110111 | 1110 | 101001111 | 1011100 | 101101 |
Color Harmonies of #DC0962
Complementary color
Monochromatic Colors of #DC0962
Black with #DC0962
Text Example
Text Example
White with #DC0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0962; }
p { color: rgb(220,9,98); }
H1.HeaderClassName
{
color: #DC0962;
}
.AnyTagClassName
{
color: #DC0962;
}
</style>
background-color css
<style>
a { background-color: #DC0962; }
a { background-color: rgb(220,9,98); }
div.DivClassName
{
background-color: #DC0962;
}
.BgClassName
{
background-color: #DC0962;
}
</style>
border-color css
<style>
span { border-color: #DC0962; }
span { border-color: rgb(220,9,98); }
td.TdClassName
{
border-color: #DC0962;
}
.TagClassName
{
border-color: #DC0962;
}
</style>