Shades of Ruby #D4056C
Tints of Ruby #D4056C
RGB
CMYK
RGB Variations
Color information
#D4056C (or 0xD4056C) is known color: Ruby. HEX triplet: D4, 05 and 6C. RGB value is (212,5,108). Sum of RGB (Red+Green+Blue) = 212+5+108=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4056C is #2BFA93. Grayscale: #4E4E4E. Windows color (decimal): -2882196 or 7079380. OLE color: 7079380.
HSL color Cylindrical-coordinate representation of color #D4056C: hue angle of 330.14º 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 #D4056C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.17 |
| HSL | 330.14º | 0.95% | 0.43% | - |
| HSV(B) | 330.14º | 0.98% | 0.83% | - |
| XYZ | 29.91 | 15.19 | 15.54 | - |
| YUV | 78.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 108 | 0 | 0.98 | 0.49 | 0.17 | 330.14 | 0.95 | 0.43 |
| Hex | D4 | 5 | 6C | 0 | 62 | 31 | 11 | 14A | 5F | 2B |
| Octal | 324 | 5 | 154 | 0 | 142 | 61 | 21 | 512 | 137 | 53 |
| Binary | 11010100 | 101 | 1101100 | 0 | 1100010 | 110001 | 10001 | 101001010 | 1011111 | 101011 |
Color Harmonies of #D4056C
Complementary color
Monochromatic Colors of #D4056C
Black with #D4056C
Text Example
Text Example
White with #D4056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4056C; }
p { color: rgb(212,5,108); }
H1.HeaderClassName
{
color: #D4056C;
}
.AnyTagClassName
{
color: #D4056C;
}
</style>
background-color css
<style>
a { background-color: #D4056C; }
a { background-color: rgb(212,5,108); }
div.DivClassName
{
background-color: #D4056C;
}
.BgClassName
{
background-color: #D4056C;
}
</style>
border-color css
<style>
span { border-color: #D4056C; }
span { border-color: rgb(212,5,108); }
td.TdClassName
{
border-color: #D4056C;
}
.TagClassName
{
border-color: #D4056C;
}
</style>