Shades of Ruby #DC086B
Tints of Ruby #DC086B
RGB
CMYK
RGB Variations
Color information
#DC086B (or 0xDC086B) is known color: Ruby. HEX triplet: DC, 08 and 6B. RGB value is (220,8,107). Sum of RGB (Red+Green+Blue) = 220+8+107=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC086B is #23F794. Grayscale: #525252. Windows color (decimal): -2357141 or 7014620. OLE color: 7014620.
HSL color Cylindrical-coordinate representation of color #DC086B: hue angle of 331.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC086B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.14 |
| HSL | 331.98º | 0.93% | 0.45% | - |
| HSV(B) | 331.98º | 0.96% | 0.86% | - |
| XYZ | 32.26 | 16.45 | 15.39 | - |
| YUV | 82.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 107 | 0 | 0.96 | 0.51 | 0.14 | 331.98 | 0.93 | 0.45 |
| Hex | DC | 8 | 6B | 0 | 60 | 33 | E | 14C | 5D | 2D |
| Octal | 334 | 10 | 153 | 0 | 140 | 63 | 16 | 514 | 135 | 55 |
| Binary | 11011100 | 1000 | 1101011 | 0 | 1100000 | 110011 | 1110 | 101001100 | 1011101 | 101101 |
Color Harmonies of #DC086B
Complementary color
Monochromatic Colors of #DC086B
Black with #DC086B
Text Example
Text Example
White with #DC086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC086B; }
p { color: rgb(220,8,107); }
H1.HeaderClassName
{
color: #DC086B;
}
.AnyTagClassName
{
color: #DC086B;
}
</style>
background-color css
<style>
a { background-color: #DC086B; }
a { background-color: rgb(220,8,107); }
div.DivClassName
{
background-color: #DC086B;
}
.BgClassName
{
background-color: #DC086B;
}
</style>
border-color css
<style>
span { border-color: #DC086B; }
span { border-color: rgb(220,8,107); }
td.TdClassName
{
border-color: #DC086B;
}
.TagClassName
{
border-color: #DC086B;
}
</style>