Shades of Ruby #D42072
Tints of Ruby #D42072
RGB
CMYK
RGB Variations
Color information
#D42072 (or 0xD42072) is known color: Ruby. HEX triplet: D4, 20 and 72. RGB value is (212,32,114). Sum of RGB (Red+Green+Blue) = 212+32+114=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D42072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42072 is #2BDF8D. Grayscale: #5F5F5F. Windows color (decimal): -2875278 or 7479508. OLE color: 7479508.
HSL color Cylindrical-coordinate representation of color #D42072: hue angle of 332.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42072 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 114 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.17 |
| HSL | 332.67º | 0.74% | 0.48% | - |
| HSV(B) | 332.67º | 0.85% | 0.83% | - |
| XYZ | 30.71 | 16.24 | 17.44 | - |
| YUV | 95.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 114 | 0 | 0.85 | 0.46 | 0.17 | 332.67 | 0.74 | 0.48 |
| Hex | D4 | 20 | 72 | 0 | 55 | 2E | 11 | 14D | 4A | 30 |
| Octal | 324 | 40 | 162 | 0 | 125 | 56 | 21 | 515 | 112 | 60 |
| Binary | 11010100 | 100000 | 1110010 | 0 | 1010101 | 101110 | 10001 | 101001101 | 1001010 | 110000 |
Color Harmonies of #D42072
Complementary color
Monochromatic Colors of #D42072
Black with #D42072
Text Example
Text Example
White with #D42072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42072; }
p { color: rgb(212,32,114); }
H1.HeaderClassName
{
color: #D42072;
}
.AnyTagClassName
{
color: #D42072;
}
</style>
background-color css
<style>
a { background-color: #D42072; }
a { background-color: rgb(212,32,114); }
div.DivClassName
{
background-color: #D42072;
}
.BgClassName
{
background-color: #D42072;
}
</style>
border-color css
<style>
span { border-color: #D42072; }
span { border-color: rgb(212,32,114); }
td.TdClassName
{
border-color: #D42072;
}
.TagClassName
{
border-color: #D42072;
}
</style>