Shades of Ruby #D2085C
Tints of Ruby #D2085C
RGB
CMYK
RGB Variations
Color information
#D2085C (or 0xD2085C) is known color: Ruby. HEX triplet: D2, 08 and 5C. RGB value is (210,8,92). Sum of RGB (Red+Green+Blue) = 210+8+92=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2085C is #2DF7A3. Grayscale: #4D4D4D. Windows color (decimal): -3012516 or 6031570. OLE color: 6031570.
HSL color Cylindrical-coordinate representation of color #D2085C: hue angle of 335.05º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2085C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.18 |
| HSL | 335.05º | 0.93% | 0.43% | - |
| HSV(B) | 335.05º | 0.96% | 0.82% | - |
| XYZ | 28.6 | 14.65 | 11.45 | - |
| YUV | 77.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 92 | 0 | 0.96 | 0.56 | 0.18 | 335.05 | 0.93 | 0.43 |
| Hex | D2 | 8 | 5C | 0 | 60 | 38 | 12 | 14F | 5D | 2B |
| Octal | 322 | 10 | 134 | 0 | 140 | 70 | 22 | 517 | 135 | 53 |
| Binary | 11010010 | 1000 | 1011100 | 0 | 1100000 | 111000 | 10010 | 101001111 | 1011101 | 101011 |
Color Harmonies of #D2085C
Complementary color
Monochromatic Colors of #D2085C
Black with #D2085C
Text Example
Text Example
White with #D2085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2085C; }
p { color: rgb(210,8,92); }
H1.HeaderClassName
{
color: #D2085C;
}
.AnyTagClassName
{
color: #D2085C;
}
</style>
background-color css
<style>
a { background-color: #D2085C; }
a { background-color: rgb(210,8,92); }
div.DivClassName
{
background-color: #D2085C;
}
.BgClassName
{
background-color: #D2085C;
}
</style>
border-color css
<style>
span { border-color: #D2085C; }
span { border-color: rgb(210,8,92); }
td.TdClassName
{
border-color: #D2085C;
}
.TagClassName
{
border-color: #D2085C;
}
</style>