Shades of Ruby #DC0270
Tints of Ruby #DC0270
RGB
CMYK
RGB Variations
Color information
#DC0270 (or 0xDC0270) is known color: Ruby. HEX triplet: DC, 02 and 70. RGB value is (220,2,112). Sum of RGB (Red+Green+Blue) = 220+2+112=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0270 is #23FD8F. Grayscale: #4F4F4F. Windows color (decimal): -2358672 or 7340764. OLE color: 7340764.
HSL color Cylindrical-coordinate representation of color #DC0270: hue angle of 329.72º 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 #DC0270 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.14 |
| HSL | 329.72º | 0.98% | 0.44% | - |
| HSV(B) | 329.72º | 0.99% | 0.86% | - |
| XYZ | 32.46 | 16.43 | 16.79 | - |
| YUV | 79.72 | 146.22 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 112 | 0 | 0.99 | 0.49 | 0.14 | 329.72 | 0.98 | 0.44 |
| Hex | DC | 2 | 70 | 0 | 63 | 31 | E | 14A | 62 | 2C |
| Octal | 334 | 2 | 160 | 0 | 143 | 61 | 16 | 512 | 142 | 54 |
| Binary | 11011100 | 10 | 1110000 | 0 | 1100011 | 110001 | 1110 | 101001010 | 1100010 | 101100 |
Color Harmonies of #DC0270
Complementary color
Monochromatic Colors of #DC0270
Black with #DC0270
Text Example
Text Example
White with #DC0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0270; }
p { color: rgb(220,2,112); }
H1.HeaderClassName
{
color: #DC0270;
}
.AnyTagClassName
{
color: #DC0270;
}
</style>
background-color css
<style>
a { background-color: #DC0270; }
a { background-color: rgb(220,2,112); }
div.DivClassName
{
background-color: #DC0270;
}
.BgClassName
{
background-color: #DC0270;
}
</style>
border-color css
<style>
span { border-color: #DC0270; }
span { border-color: rgb(220,2,112); }
td.TdClassName
{
border-color: #DC0270;
}
.TagClassName
{
border-color: #DC0270;
}
</style>