Shades of Ruby #DC136D
Tints of Ruby #DC136D
RGB
CMYK
RGB Variations
Color information
#DC136D (or 0xDC136D) is known color: Ruby. HEX triplet: DC, 13 and 6D. RGB value is (220,19,109). Sum of RGB (Red+Green+Blue) = 220+19+109=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC136D is #23EC92. Grayscale: #595959. Windows color (decimal): -2354323 or 7148508. OLE color: 7148508.
HSL color Cylindrical-coordinate representation of color #DC136D: hue angle of 333.13º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC136D is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.14 |
| HSL | 333.13º | 0.84% | 0.47% | - |
| HSV(B) | 333.13º | 0.91% | 0.86% | - |
| XYZ | 32.51 | 16.79 | 15.99 | - |
| YUV | 89.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 109 | 0 | 0.91 | 0.50 | 0.14 | 333.13 | 0.84 | 0.47 |
| Hex | DC | 13 | 6D | 0 | 5B | 32 | E | 14D | 54 | 2F |
| Octal | 334 | 23 | 155 | 0 | 133 | 62 | 16 | 515 | 124 | 57 |
| Binary | 11011100 | 10011 | 1101101 | 0 | 1011011 | 110010 | 1110 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DC136D
Complementary color
Monochromatic Colors of #DC136D
Black with #DC136D
Text Example
Text Example
White with #DC136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC136D; }
p { color: rgb(220,19,109); }
H1.HeaderClassName
{
color: #DC136D;
}
.AnyTagClassName
{
color: #DC136D;
}
</style>
background-color css
<style>
a { background-color: #DC136D; }
a { background-color: rgb(220,19,109); }
div.DivClassName
{
background-color: #DC136D;
}
.BgClassName
{
background-color: #DC136D;
}
</style>
border-color css
<style>
span { border-color: #DC136D; }
span { border-color: rgb(220,19,109); }
td.TdClassName
{
border-color: #DC136D;
}
.TagClassName
{
border-color: #DC136D;
}
</style>