Shades of Ruby #D4006F
Tints of Ruby #D4006F
RGB
CMYK
RGB Variations
Color information
#D4006F (or 0xD4006F) is known color: Ruby. HEX triplet: D4, 00 and 6F. RGB value is (212,0,111). Sum of RGB (Red+Green+Blue) = 212+0+111=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4006F is #2BFF90. Grayscale: #4B4B4B. Windows color (decimal): -2883473 or 7274708. OLE color: 7274708.
HSL color Cylindrical-coordinate representation of color #D4006F: hue angle of 328.58º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4006F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.48 | 0.17 |
| HSL | 328.58º | 1% | 0.42% | - |
| HSV(B) | 328.58º | 1% | 0.83% | - |
| XYZ | 30.02 | 15.14 | 16.38 | - |
| YUV | 76.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 111 | 0 | 1 | 0.48 | 0.17 | 328.58 | 1 | 0.42 |
| Hex | D4 | 0 | 6F | 0 | 64 | 30 | 11 | 149 | 64 | 2A |
| Octal | 324 | 0 | 157 | 0 | 144 | 60 | 21 | 511 | 144 | 52 |
| Binary | 11010100 | 0 | 1101111 | 0 | 1100100 | 110000 | 10001 | 101001001 | 1100100 | 101010 |
Color Harmonies of #D4006F
Complementary color
Monochromatic Colors of #D4006F
Black with #D4006F
Text Example
Text Example
White with #D4006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4006F; }
p { color: rgb(212,0,111); }
H1.HeaderClassName
{
color: #D4006F;
}
.AnyTagClassName
{
color: #D4006F;
}
</style>
background-color css
<style>
a { background-color: #D4006F; }
a { background-color: rgb(212,0,111); }
div.DivClassName
{
background-color: #D4006F;
}
.BgClassName
{
background-color: #D4006F;
}
</style>
border-color css
<style>
span { border-color: #D4006F; }
span { border-color: rgb(212,0,111); }
td.TdClassName
{
border-color: #D4006F;
}
.TagClassName
{
border-color: #D4006F;
}
</style>