Shades of Ruby #D40372
Tints of Ruby #D40372
RGB
CMYK
RGB Variations
Color information
#D40372 (or 0xD40372) is known color: Ruby. HEX triplet: D4, 03 and 72. RGB value is (212,3,114). Sum of RGB (Red+Green+Blue) = 212+3+114=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D40372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40372 is #2BFC8D. Grayscale: #4D4D4D. Windows color (decimal): -2882702 or 7472084. OLE color: 7472084.
HSL color Cylindrical-coordinate representation of color #D40372: hue angle of 328.13º 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 #D40372 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.17 |
| HSL | 328.13º | 0.97% | 0.42% | - |
| HSV(B) | 328.13º | 0.99% | 0.83% | - |
| XYZ | 30.22 | 15.28 | 17.28 | - |
| YUV | 78.15 | 148.24 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 114 | 0 | 0.99 | 0.46 | 0.17 | 328.13 | 0.97 | 0.42 |
| Hex | D4 | 3 | 72 | 0 | 63 | 2E | 11 | 148 | 61 | 2A |
| Octal | 324 | 3 | 162 | 0 | 143 | 56 | 21 | 510 | 141 | 52 |
| Binary | 11010100 | 11 | 1110010 | 0 | 1100011 | 101110 | 10001 | 101001000 | 1100001 | 101010 |
Color Harmonies of #D40372
Complementary color
Monochromatic Colors of #D40372
Black with #D40372
Text Example
Text Example
White with #D40372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40372; }
p { color: rgb(212,3,114); }
H1.HeaderClassName
{
color: #D40372;
}
.AnyTagClassName
{
color: #D40372;
}
</style>
background-color css
<style>
a { background-color: #D40372; }
a { background-color: rgb(212,3,114); }
div.DivClassName
{
background-color: #D40372;
}
.BgClassName
{
background-color: #D40372;
}
</style>
border-color css
<style>
span { border-color: #D40372; }
span { border-color: rgb(212,3,114); }
td.TdClassName
{
border-color: #D40372;
}
.TagClassName
{
border-color: #D40372;
}
</style>