Shades of Ruby #D4036E
Tints of Ruby #D4036E
RGB
CMYK
RGB Variations
Color information
#D4036E (or 0xD4036E) is known color: Ruby. HEX triplet: D4, 03 and 6E. RGB value is (212,3,110). Sum of RGB (Red+Green+Blue) = 212+3+110=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4036E is #2BFC91. Grayscale: #4D4D4D. Windows color (decimal): -2882706 or 7209940. OLE color: 7209940.
HSL color Cylindrical-coordinate representation of color #D4036E: hue angle of 329.28º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4036E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.17 |
| HSL | 329.28º | 0.97% | 0.42% | - |
| HSV(B) | 329.28º | 0.99% | 0.83% | - |
| XYZ | 30 | 15.19 | 16.1 | - |
| YUV | 77.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 110 | 0 | 0.99 | 0.48 | 0.17 | 329.28 | 0.97 | 0.42 |
| Hex | D4 | 3 | 6E | 0 | 63 | 30 | 11 | 149 | 61 | 2A |
| Octal | 324 | 3 | 156 | 0 | 143 | 60 | 21 | 511 | 141 | 52 |
| Binary | 11010100 | 11 | 1101110 | 0 | 1100011 | 110000 | 10001 | 101001001 | 1100001 | 101010 |
Color Harmonies of #D4036E
Complementary color
Monochromatic Colors of #D4036E
Black with #D4036E
Text Example
Text Example
White with #D4036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4036E; }
p { color: rgb(212,3,110); }
H1.HeaderClassName
{
color: #D4036E;
}
.AnyTagClassName
{
color: #D4036E;
}
</style>
background-color css
<style>
a { background-color: #D4036E; }
a { background-color: rgb(212,3,110); }
div.DivClassName
{
background-color: #D4036E;
}
.BgClassName
{
background-color: #D4036E;
}
</style>
border-color css
<style>
span { border-color: #D4036E; }
span { border-color: rgb(212,3,110); }
td.TdClassName
{
border-color: #D4036E;
}
.TagClassName
{
border-color: #D4036E;
}
</style>