Shades of Ruby #DC136B
Tints of Ruby #DC136B
RGB
CMYK
RGB Variations
Color information
#DC136B (or 0xDC136B) is known color: Ruby. HEX triplet: DC, 13 and 6B. RGB value is (220,19,107). Sum of RGB (Red+Green+Blue) = 220+19+107=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC136B is #23EC94. Grayscale: #585858. Windows color (decimal): -2354325 or 7017436. OLE color: 7017436.
HSL color Cylindrical-coordinate representation of color #DC136B: hue angle of 333.73º 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 #DC136B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.14 |
| HSL | 333.73º | 0.84% | 0.47% | - |
| HSV(B) | 333.73º | 0.91% | 0.86% | - |
| XYZ | 32.4 | 16.74 | 15.43 | - |
| YUV | 89.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 107 | 0 | 0.91 | 0.51 | 0.14 | 333.73 | 0.84 | 0.47 |
| Hex | DC | 13 | 6B | 0 | 5B | 33 | E | 14E | 54 | 2F |
| Octal | 334 | 23 | 153 | 0 | 133 | 63 | 16 | 516 | 124 | 57 |
| Binary | 11011100 | 10011 | 1101011 | 0 | 1011011 | 110011 | 1110 | 101001110 | 1010100 | 101111 |
Color Harmonies of #DC136B
Complementary color
Monochromatic Colors of #DC136B
Black with #DC136B
Text Example
Text Example
White with #DC136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC136B; }
p { color: rgb(220,19,107); }
H1.HeaderClassName
{
color: #DC136B;
}
.AnyTagClassName
{
color: #DC136B;
}
</style>
background-color css
<style>
a { background-color: #DC136B; }
a { background-color: rgb(220,19,107); }
div.DivClassName
{
background-color: #DC136B;
}
.BgClassName
{
background-color: #DC136B;
}
</style>
border-color css
<style>
span { border-color: #DC136B; }
span { border-color: rgb(220,19,107); }
td.TdClassName
{
border-color: #DC136B;
}
.TagClassName
{
border-color: #DC136B;
}
</style>