Shades of Ruby #D4085F
Tints of Ruby #D4085F
RGB
CMYK
RGB Variations
Color information
#D4085F (or 0xD4085F) is known color: Ruby. HEX triplet: D4, 08 and 5F. RGB value is (212,8,95). Sum of RGB (Red+Green+Blue) = 212+8+95=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D4085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4085F is #2BF7A0. Grayscale: #4E4E4E. Windows color (decimal): -2881441 or 6228180. OLE color: 6228180.
HSL color Cylindrical-coordinate representation of color #D4085F: hue angle of 334.41º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4085F is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.17 |
| HSL | 334.41º | 0.93% | 0.43% | - |
| HSV(B) | 334.41º | 0.96% | 0.83% | - |
| XYZ | 29.3 | 15 | 12.18 | - |
| YUV | 78.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 95 | 0 | 0.96 | 0.55 | 0.17 | 334.41 | 0.93 | 0.43 |
| Hex | D4 | 8 | 5F | 0 | 60 | 37 | 11 | 14E | 5D | 2B |
| Octal | 324 | 10 | 137 | 0 | 140 | 67 | 21 | 516 | 135 | 53 |
| Binary | 11010100 | 1000 | 1011111 | 0 | 1100000 | 110111 | 10001 | 101001110 | 1011101 | 101011 |
Color Harmonies of #D4085F
Complementary color
Monochromatic Colors of #D4085F
Black with #D4085F
Text Example
Text Example
White with #D4085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4085F; }
p { color: rgb(212,8,95); }
H1.HeaderClassName
{
color: #D4085F;
}
.AnyTagClassName
{
color: #D4085F;
}
</style>
background-color css
<style>
a { background-color: #D4085F; }
a { background-color: rgb(212,8,95); }
div.DivClassName
{
background-color: #D4085F;
}
.BgClassName
{
background-color: #D4085F;
}
</style>
border-color css
<style>
span { border-color: #D4085F; }
span { border-color: rgb(212,8,95); }
td.TdClassName
{
border-color: #D4085F;
}
.TagClassName
{
border-color: #D4085F;
}
</style>