Shades of Ruby #D40472
Tints of Ruby #D40472
RGB
CMYK
RGB Variations
Color information
#D40472 (or 0xD40472) is known color: Ruby. HEX triplet: D4, 04 and 72. RGB value is (212,4,114). Sum of RGB (Red+Green+Blue) = 212+4+114=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D40472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40472 is #2BFB8D. Grayscale: #4E4E4E. Windows color (decimal): -2882446 or 7472340. OLE color: 7472340.
HSL color Cylindrical-coordinate representation of color #D40472: hue angle of 328.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40472 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.17 |
| HSL | 328.27º | 0.96% | 0.42% | - |
| HSV(B) | 328.27º | 0.98% | 0.83% | - |
| XYZ | 30.23 | 15.3 | 17.28 | - |
| YUV | 78.73 | 147.91 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 114 | 0 | 0.98 | 0.46 | 0.17 | 328.27 | 0.96 | 0.42 |
| Hex | D4 | 4 | 72 | 0 | 62 | 2E | 11 | 148 | 60 | 2A |
| Octal | 324 | 4 | 162 | 0 | 142 | 56 | 21 | 510 | 140 | 52 |
| Binary | 11010100 | 100 | 1110010 | 0 | 1100010 | 101110 | 10001 | 101001000 | 1100000 | 101010 |
Color Harmonies of #D40472
Complementary color
Monochromatic Colors of #D40472
Black with #D40472
Text Example
Text Example
White with #D40472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40472; }
p { color: rgb(212,4,114); }
H1.HeaderClassName
{
color: #D40472;
}
.AnyTagClassName
{
color: #D40472;
}
</style>
background-color css
<style>
a { background-color: #D40472; }
a { background-color: rgb(212,4,114); }
div.DivClassName
{
background-color: #D40472;
}
.BgClassName
{
background-color: #D40472;
}
</style>
border-color css
<style>
span { border-color: #D40472; }
span { border-color: rgb(212,4,114); }
td.TdClassName
{
border-color: #D40472;
}
.TagClassName
{
border-color: #D40472;
}
</style>