Shades of Ruby #D4096A
Tints of Ruby #D4096A
RGB
CMYK
RGB Variations
Color information
#D4096A (or 0xD4096A) is known color: Ruby. HEX triplet: D4, 09 and 6A. RGB value is (212,9,106). Sum of RGB (Red+Green+Blue) = 212+9+106=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4096A is #2BF695. Grayscale: #505050. Windows color (decimal): -2881174 or 6949332. OLE color: 6949332.
HSL color Cylindrical-coordinate representation of color #D4096A: hue angle of 331.33º 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 #D4096A is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.17 |
| HSL | 331.33º | 0.92% | 0.43% | - |
| HSV(B) | 331.33º | 0.96% | 0.83% | - |
| XYZ | 29.85 | 15.23 | 15 | - |
| YUV | 80.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 106 | 0 | 0.96 | 0.5 | 0.17 | 331.33 | 0.92 | 0.43 |
| Hex | D4 | 9 | 6A | 0 | 60 | 32 | 11 | 14B | 5C | 2B |
| Octal | 324 | 11 | 152 | 0 | 140 | 62 | 21 | 513 | 134 | 53 |
| Binary | 11010100 | 1001 | 1101010 | 0 | 1100000 | 110010 | 10001 | 101001011 | 1011100 | 101011 |
Color Harmonies of #D4096A
Complementary color
Monochromatic Colors of #D4096A
Black with #D4096A
Text Example
Text Example
White with #D4096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4096A; }
p { color: rgb(212,9,106); }
H1.HeaderClassName
{
color: #D4096A;
}
.AnyTagClassName
{
color: #D4096A;
}
</style>
background-color css
<style>
a { background-color: #D4096A; }
a { background-color: rgb(212,9,106); }
div.DivClassName
{
background-color: #D4096A;
}
.BgClassName
{
background-color: #D4096A;
}
</style>
border-color css
<style>
span { border-color: #D4096A; }
span { border-color: rgb(212,9,106); }
td.TdClassName
{
border-color: #D4096A;
}
.TagClassName
{
border-color: #D4096A;
}
</style>