Shades of Ruby #DC0075
Tints of Ruby #DC0075
RGB
CMYK
RGB Variations
Color information
#DC0075 (or 0xDC0075) is known color: Ruby. HEX triplet: DC, 00 and 75. RGB value is (220,0,117). Sum of RGB (Red+Green+Blue) = 220+0+117=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0075 is #23FF8A. Grayscale: #4E4E4E. Windows color (decimal): -2359179 or 7667932. OLE color: 7667932.
HSL color Cylindrical-coordinate representation of color #DC0075: hue angle of 328.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0075 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.47 | 0.14 |
| HSL | 328.09º | 1% | 0.43% | - |
| HSV(B) | 328.09º | 1% | 0.86% | - |
| XYZ | 32.73 | 16.5 | 18.29 | - |
| YUV | 79.12 | 149.39 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 117 | 0 | 1 | 0.47 | 0.14 | 328.09 | 1 | 0.43 |
| Hex | DC | 0 | 75 | 0 | 64 | 2F | E | 148 | 64 | 2B |
| Octal | 334 | 0 | 165 | 0 | 144 | 57 | 16 | 510 | 144 | 53 |
| Binary | 11011100 | 0 | 1110101 | 0 | 1100100 | 101111 | 1110 | 101001000 | 1100100 | 101011 |
Color Harmonies of #DC0075
Complementary color
Monochromatic Colors of #DC0075
Black with #DC0075
Text Example
Text Example
White with #DC0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0075; }
p { color: rgb(220,0,117); }
H1.HeaderClassName
{
color: #DC0075;
}
.AnyTagClassName
{
color: #DC0075;
}
</style>
background-color css
<style>
a { background-color: #DC0075; }
a { background-color: rgb(220,0,117); }
div.DivClassName
{
background-color: #DC0075;
}
.BgClassName
{
background-color: #DC0075;
}
</style>
border-color css
<style>
span { border-color: #DC0075; }
span { border-color: rgb(220,0,117); }
td.TdClassName
{
border-color: #DC0075;
}
.TagClassName
{
border-color: #DC0075;
}
</style>