Shades of Ruby #DC0975
Tints of Ruby #DC0975
RGB
CMYK
RGB Variations
Color information
#DC0975 (or 0xDC0975) is known color: Ruby. HEX triplet: DC, 09 and 75. RGB value is (220,9,117). Sum of RGB (Red+Green+Blue) = 220+9+117=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0975 is #23F68A. Grayscale: #545454. Windows color (decimal): -2356875 or 7670236. OLE color: 7670236.
HSL color Cylindrical-coordinate representation of color #DC0975: hue angle of 329.29º 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 #DC0975 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.14 |
| HSL | 329.29º | 0.92% | 0.45% | - |
| HSV(B) | 329.29º | 0.96% | 0.86% | - |
| XYZ | 32.82 | 16.7 | 18.32 | - |
| YUV | 84.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 117 | 0 | 0.96 | 0.47 | 0.14 | 329.29 | 0.92 | 0.45 |
| Hex | DC | 9 | 75 | 0 | 60 | 2F | E | 149 | 5C | 2D |
| Octal | 334 | 11 | 165 | 0 | 140 | 57 | 16 | 511 | 134 | 55 |
| Binary | 11011100 | 1001 | 1110101 | 0 | 1100000 | 101111 | 1110 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DC0975
Complementary color
Monochromatic Colors of #DC0975
Black with #DC0975
Text Example
Text Example
White with #DC0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0975; }
p { color: rgb(220,9,117); }
H1.HeaderClassName
{
color: #DC0975;
}
.AnyTagClassName
{
color: #DC0975;
}
</style>
background-color css
<style>
a { background-color: #DC0975; }
a { background-color: rgb(220,9,117); }
div.DivClassName
{
background-color: #DC0975;
}
.BgClassName
{
background-color: #DC0975;
}
</style>
border-color css
<style>
span { border-color: #DC0975; }
span { border-color: rgb(220,9,117); }
td.TdClassName
{
border-color: #DC0975;
}
.TagClassName
{
border-color: #DC0975;
}
</style>