Shades of Ruby #D0085C
Tints of Ruby #D0085C
RGB
CMYK
RGB Variations
Color information
#D0085C (or 0xD0085C) is known color: Ruby. HEX triplet: D0, 08 and 5C. RGB value is (208,8,92). Sum of RGB (Red+Green+Blue) = 208+8+92=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0085C is #2FF7A3. Grayscale: #4D4D4D. Windows color (decimal): -3143588 or 6031568. OLE color: 6031568.
HSL color Cylindrical-coordinate representation of color #D0085C: hue angle of 334.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0085C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.18 |
| HSL | 334.8º | 0.93% | 0.42% | - |
| HSV(B) | 334.8º | 0.96% | 0.82% | - |
| XYZ | 28.03 | 14.36 | 11.42 | - |
| YUV | 77.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 92 | 0 | 0.96 | 0.56 | 0.18 | 334.8 | 0.93 | 0.42 |
| Hex | D0 | 8 | 5C | 0 | 60 | 38 | 12 | 14F | 5D | 2A |
| Octal | 320 | 10 | 134 | 0 | 140 | 70 | 22 | 517 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011100 | 0 | 1100000 | 111000 | 10010 | 101001111 | 1011101 | 101010 |
Color Harmonies of #D0085C
Complementary color
Monochromatic Colors of #D0085C
Black with #D0085C
Text Example
Text Example
White with #D0085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0085C; }
p { color: rgb(208,8,92); }
H1.HeaderClassName
{
color: #D0085C;
}
.AnyTagClassName
{
color: #D0085C;
}
</style>
background-color css
<style>
a { background-color: #D0085C; }
a { background-color: rgb(208,8,92); }
div.DivClassName
{
background-color: #D0085C;
}
.BgClassName
{
background-color: #D0085C;
}
</style>
border-color css
<style>
span { border-color: #D0085C; }
span { border-color: rgb(208,8,92); }
td.TdClassName
{
border-color: #D0085C;
}
.TagClassName
{
border-color: #D0085C;
}
</style>