Shades of Ruby #D4056F
Tints of Ruby #D4056F
RGB
CMYK
RGB Variations
Color information
#D4056F (or 0xD4056F) is known color: Ruby. HEX triplet: D4, 05 and 6F. RGB value is (212,5,111). Sum of RGB (Red+Green+Blue) = 212+5+111=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4056F is #2BFA90. Grayscale: #4E4E4E. Windows color (decimal): -2882193 or 7275988. OLE color: 7275988.
HSL color Cylindrical-coordinate representation of color #D4056F: hue angle of 329.28º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4056F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.17 |
| HSL | 329.28º | 0.95% | 0.43% | - |
| HSV(B) | 329.28º | 0.98% | 0.83% | - |
| XYZ | 30.07 | 15.25 | 16.4 | - |
| YUV | 78.98 | 146.08 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 111 | 0 | 0.98 | 0.48 | 0.17 | 329.28 | 0.95 | 0.43 |
| Hex | D4 | 5 | 6F | 0 | 62 | 30 | 11 | 149 | 5F | 2B |
| Octal | 324 | 5 | 157 | 0 | 142 | 60 | 21 | 511 | 137 | 53 |
| Binary | 11010100 | 101 | 1101111 | 0 | 1100010 | 110000 | 10001 | 101001001 | 1011111 | 101011 |
Color Harmonies of #D4056F
Complementary color
Monochromatic Colors of #D4056F
Black with #D4056F
Text Example
Text Example
White with #D4056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4056F; }
p { color: rgb(212,5,111); }
H1.HeaderClassName
{
color: #D4056F;
}
.AnyTagClassName
{
color: #D4056F;
}
</style>
background-color css
<style>
a { background-color: #D4056F; }
a { background-color: rgb(212,5,111); }
div.DivClassName
{
background-color: #D4056F;
}
.BgClassName
{
background-color: #D4056F;
}
</style>
border-color css
<style>
span { border-color: #D4056F; }
span { border-color: rgb(212,5,111); }
td.TdClassName
{
border-color: #D4056F;
}
.TagClassName
{
border-color: #D4056F;
}
</style>