Shades of Ruby #D4096E
Tints of Ruby #D4096E
RGB
CMYK
RGB Variations
Color information
#D4096E (or 0xD4096E) is known color: Ruby. HEX triplet: D4, 09 and 6E. RGB value is (212,9,110). Sum of RGB (Red+Green+Blue) = 212+9+110=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D4096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4096E is #2BF691. Grayscale: #515151. Windows color (decimal): -2881170 or 7211476. OLE color: 7211476.
HSL color Cylindrical-coordinate representation of color #D4096E: hue angle of 330.15º degrees, saturation: 0.92, 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 #D4096E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.17 |
| HSL | 330.15º | 0.92% | 0.43% | - |
| HSV(B) | 330.15º | 0.96% | 0.83% | - |
| XYZ | 30.06 | 15.32 | 16.12 | - |
| YUV | 81.21 | 144.25 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 110 | 0 | 0.96 | 0.48 | 0.17 | 330.15 | 0.92 | 0.43 |
| Hex | D4 | 9 | 6E | 0 | 60 | 30 | 11 | 14A | 5C | 2B |
| Octal | 324 | 11 | 156 | 0 | 140 | 60 | 21 | 512 | 134 | 53 |
| Binary | 11010100 | 1001 | 1101110 | 0 | 1100000 | 110000 | 10001 | 101001010 | 1011100 | 101011 |
Color Harmonies of #D4096E
Complementary color
Monochromatic Colors of #D4096E
Black with #D4096E
Text Example
Text Example
White with #D4096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4096E; }
p { color: rgb(212,9,110); }
H1.HeaderClassName
{
color: #D4096E;
}
.AnyTagClassName
{
color: #D4096E;
}
</style>
background-color css
<style>
a { background-color: #D4096E; }
a { background-color: rgb(212,9,110); }
div.DivClassName
{
background-color: #D4096E;
}
.BgClassName
{
background-color: #D4096E;
}
</style>
border-color css
<style>
span { border-color: #D4096E; }
span { border-color: rgb(212,9,110); }
td.TdClassName
{
border-color: #D4096E;
}
.TagClassName
{
border-color: #D4096E;
}
</style>