Shades of Ruby #DC0274
Tints of Ruby #DC0274
RGB
CMYK
RGB Variations
Color information
#DC0274 (or 0xDC0274) is known color: Ruby. HEX triplet: DC, 02 and 74. RGB value is (220,2,116). Sum of RGB (Red+Green+Blue) = 220+2+116=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0274 is #23FD8B. Grayscale: #4F4F4F. Windows color (decimal): -2358668 or 7602908. OLE color: 7602908.
HSL color Cylindrical-coordinate representation of color #DC0274: hue angle of 328.62º 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 #DC0274 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.14 |
| HSL | 328.62º | 0.98% | 0.44% | - |
| HSV(B) | 328.62º | 0.99% | 0.86% | - |
| XYZ | 32.69 | 16.52 | 17.99 | - |
| YUV | 80.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 116 | 0 | 0.99 | 0.47 | 0.14 | 328.62 | 0.98 | 0.44 |
| Hex | DC | 2 | 74 | 0 | 63 | 2F | E | 149 | 62 | 2C |
| Octal | 334 | 2 | 164 | 0 | 143 | 57 | 16 | 511 | 142 | 54 |
| Binary | 11011100 | 10 | 1110100 | 0 | 1100011 | 101111 | 1110 | 101001001 | 1100010 | 101100 |
Color Harmonies of #DC0274
Complementary color
Monochromatic Colors of #DC0274
Black with #DC0274
Text Example
Text Example
White with #DC0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0274; }
p { color: rgb(220,2,116); }
H1.HeaderClassName
{
color: #DC0274;
}
.AnyTagClassName
{
color: #DC0274;
}
</style>
background-color css
<style>
a { background-color: #DC0274; }
a { background-color: rgb(220,2,116); }
div.DivClassName
{
background-color: #DC0274;
}
.BgClassName
{
background-color: #DC0274;
}
</style>
border-color css
<style>
span { border-color: #DC0274; }
span { border-color: rgb(220,2,116); }
td.TdClassName
{
border-color: #DC0274;
}
.TagClassName
{
border-color: #DC0274;
}
</style>