Shades of Ruby #DC086A
Tints of Ruby #DC086A
RGB
CMYK
RGB Variations
Color information
#DC086A (or 0xDC086A) is known color: Ruby. HEX triplet: DC, 08 and 6A. RGB value is (220,8,106). Sum of RGB (Red+Green+Blue) = 220+8+106=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC086A is #23F795. Grayscale: #525252. Windows color (decimal): -2357142 or 6949084. OLE color: 6949084.
HSL color Cylindrical-coordinate representation of color #DC086A: hue angle of 332.26º 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 #DC086A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 106 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.14 |
| HSL | 332.26º | 0.93% | 0.45% | - |
| HSV(B) | 332.26º | 0.96% | 0.86% | - |
| XYZ | 32.2 | 16.43 | 15.11 | - |
| YUV | 82.56 | 141.24 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 106 | 0 | 0.96 | 0.52 | 0.14 | 332.26 | 0.93 | 0.45 |
| Hex | DC | 8 | 6A | 0 | 60 | 34 | E | 14C | 5D | 2D |
| Octal | 334 | 10 | 152 | 0 | 140 | 64 | 16 | 514 | 135 | 55 |
| Binary | 11011100 | 1000 | 1101010 | 0 | 1100000 | 110100 | 1110 | 101001100 | 1011101 | 101101 |
Color Harmonies of #DC086A
Complementary color
Monochromatic Colors of #DC086A
Black with #DC086A
Text Example
Text Example
White with #DC086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC086A; }
p { color: rgb(220,8,106); }
H1.HeaderClassName
{
color: #DC086A;
}
.AnyTagClassName
{
color: #DC086A;
}
</style>
background-color css
<style>
a { background-color: #DC086A; }
a { background-color: rgb(220,8,106); }
div.DivClassName
{
background-color: #DC086A;
}
.BgClassName
{
background-color: #DC086A;
}
</style>
border-color css
<style>
span { border-color: #DC086A; }
span { border-color: rgb(220,8,106); }
td.TdClassName
{
border-color: #DC086A;
}
.TagClassName
{
border-color: #DC086A;
}
</style>