Shades of Ruby #DC0275
Tints of Ruby #DC0275
RGB
CMYK
RGB Variations
Color information
#DC0275 (or 0xDC0275) is known color: Ruby. HEX triplet: DC, 02 and 75. RGB value is (220,2,117). Sum of RGB (Red+Green+Blue) = 220+2+117=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0275 is #23FD8A. Grayscale: #505050. Windows color (decimal): -2358667 or 7668444. OLE color: 7668444.
HSL color Cylindrical-coordinate representation of color #DC0275: hue angle of 328.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0275 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.14 |
| HSL | 328.35º | 0.98% | 0.44% | - |
| HSV(B) | 328.35º | 0.99% | 0.86% | - |
| XYZ | 32.75 | 16.54 | 18.3 | - |
| YUV | 80.29 | 148.72 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 117 | 0 | 0.99 | 0.47 | 0.14 | 328.35 | 0.98 | 0.44 |
| Hex | DC | 2 | 75 | 0 | 63 | 2F | E | 148 | 62 | 2C |
| Octal | 334 | 2 | 165 | 0 | 143 | 57 | 16 | 510 | 142 | 54 |
| Binary | 11011100 | 10 | 1110101 | 0 | 1100011 | 101111 | 1110 | 101001000 | 1100010 | 101100 |
Color Harmonies of #DC0275
Complementary color
Monochromatic Colors of #DC0275
Black with #DC0275
Text Example
Text Example
White with #DC0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0275; }
p { color: rgb(220,2,117); }
H1.HeaderClassName
{
color: #DC0275;
}
.AnyTagClassName
{
color: #DC0275;
}
</style>
background-color css
<style>
a { background-color: #DC0275; }
a { background-color: rgb(220,2,117); }
div.DivClassName
{
background-color: #DC0275;
}
.BgClassName
{
background-color: #DC0275;
}
</style>
border-color css
<style>
span { border-color: #DC0275; }
span { border-color: rgb(220,2,117); }
td.TdClassName
{
border-color: #DC0275;
}
.TagClassName
{
border-color: #DC0275;
}
</style>