Shades of Ruby #D40571
Tints of Ruby #D40571
RGB
CMYK
RGB Variations
Color information
#D40571 (or 0xD40571) is known color: Ruby. HEX triplet: D4, 05 and 71. RGB value is (212,5,113). Sum of RGB (Red+Green+Blue) = 212+5+113=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D40571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40571 is #2BFA8E. Grayscale: #4E4E4E. Windows color (decimal): -2882191 or 7407060. OLE color: 7407060.
HSL color Cylindrical-coordinate representation of color #D40571: hue angle of 328.7º 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 #D40571 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.17 |
| HSL | 328.7º | 0.95% | 0.43% | - |
| HSV(B) | 328.7º | 0.98% | 0.83% | - |
| XYZ | 30.19 | 15.3 | 16.98 | - |
| YUV | 79.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 113 | 0 | 0.98 | 0.47 | 0.17 | 328.7 | 0.95 | 0.43 |
| Hex | D4 | 5 | 71 | 0 | 62 | 2F | 11 | 149 | 5F | 2B |
| Octal | 324 | 5 | 161 | 0 | 142 | 57 | 21 | 511 | 137 | 53 |
| Binary | 11010100 | 101 | 1110001 | 0 | 1100010 | 101111 | 10001 | 101001001 | 1011111 | 101011 |
Color Harmonies of #D40571
Complementary color
Monochromatic Colors of #D40571
Black with #D40571
Text Example
Text Example
White with #D40571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40571; }
p { color: rgb(212,5,113); }
H1.HeaderClassName
{
color: #D40571;
}
.AnyTagClassName
{
color: #D40571;
}
</style>
background-color css
<style>
a { background-color: #D40571; }
a { background-color: rgb(212,5,113); }
div.DivClassName
{
background-color: #D40571;
}
.BgClassName
{
background-color: #D40571;
}
</style>
border-color css
<style>
span { border-color: #D40571; }
span { border-color: rgb(212,5,113); }
td.TdClassName
{
border-color: #D40571;
}
.TagClassName
{
border-color: #D40571;
}
</style>