Shades of Ruby #D40572
Tints of Ruby #D40572
RGB
CMYK
RGB Variations
Color information
#D40572 (or 0xD40572) is known color: Ruby. HEX triplet: D4, 05 and 72. RGB value is (212,5,114). Sum of RGB (Red+Green+Blue) = 212+5+114=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D40572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40572 is #2BFA8D. Grayscale: #4F4F4F. Windows color (decimal): -2882190 or 7472596. OLE color: 7472596.
HSL color Cylindrical-coordinate representation of color #D40572: hue angle of 328.41º 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 #D40572 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.17 |
| HSL | 328.41º | 0.95% | 0.43% | - |
| HSV(B) | 328.41º | 0.98% | 0.83% | - |
| XYZ | 30.24 | 15.32 | 17.28 | - |
| YUV | 79.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 114 | 0 | 0.98 | 0.46 | 0.17 | 328.41 | 0.95 | 0.43 |
| Hex | D4 | 5 | 72 | 0 | 62 | 2E | 11 | 148 | 5F | 2B |
| Octal | 324 | 5 | 162 | 0 | 142 | 56 | 21 | 510 | 137 | 53 |
| Binary | 11010100 | 101 | 1110010 | 0 | 1100010 | 101110 | 10001 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D40572
Complementary color
Monochromatic Colors of #D40572
Black with #D40572
Text Example
Text Example
White with #D40572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40572; }
p { color: rgb(212,5,114); }
H1.HeaderClassName
{
color: #D40572;
}
.AnyTagClassName
{
color: #D40572;
}
</style>
background-color css
<style>
a { background-color: #D40572; }
a { background-color: rgb(212,5,114); }
div.DivClassName
{
background-color: #D40572;
}
.BgClassName
{
background-color: #D40572;
}
</style>
border-color css
<style>
span { border-color: #D40572; }
span { border-color: rgb(212,5,114); }
td.TdClassName
{
border-color: #D40572;
}
.TagClassName
{
border-color: #D40572;
}
</style>