Shades of Ruby #DC1252
Tints of Ruby #DC1252
RGB
CMYK
RGB Variations
Color information
#DC1252 (or 0xDC1252) is known color: Ruby. HEX triplet: DC, 12 and 52. RGB value is (220,18,82). Sum of RGB (Red+Green+Blue) = 220+18+82=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1252 is #23EDAD. Grayscale: #555555. Windows color (decimal): -2354606 or 5378780. OLE color: 5378780.
HSL color Cylindrical-coordinate representation of color #DC1252: hue angle of 340.99º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1252 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 82 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.14 |
| HSL | 340.99º | 0.85% | 0.47% | - |
| HSV(B) | 340.99º | 0.92% | 0.86% | - |
| XYZ | 31.25 | 16.26 | 9.47 | - |
| YUV | 85.69 | 125.92 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 82 | 0 | 0.92 | 0.63 | 0.14 | 340.99 | 0.85 | 0.47 |
| Hex | DC | 12 | 52 | 0 | 5C | 3F | E | 155 | 55 | 2F |
| Octal | 334 | 22 | 122 | 0 | 134 | 77 | 16 | 525 | 125 | 57 |
| Binary | 11011100 | 10010 | 1010010 | 0 | 1011100 | 111111 | 1110 | 101010101 | 1010101 | 101111 |
Color Harmonies of #DC1252
Complementary color
Monochromatic Colors of #DC1252
Black with #DC1252
Text Example
Text Example
White with #DC1252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1252; }
p { color: rgb(220,18,82); }
H1.HeaderClassName
{
color: #DC1252;
}
.AnyTagClassName
{
color: #DC1252;
}
</style>
background-color css
<style>
a { background-color: #DC1252; }
a { background-color: rgb(220,18,82); }
div.DivClassName
{
background-color: #DC1252;
}
.BgClassName
{
background-color: #DC1252;
}
</style>
border-color css
<style>
span { border-color: #DC1252; }
span { border-color: rgb(220,18,82); }
td.TdClassName
{
border-color: #DC1252;
}
.TagClassName
{
border-color: #DC1252;
}
</style>