Shades of Ruby #D40171
Tints of Ruby #D40171
RGB
CMYK
RGB Variations
Color information
#D40171 (or 0xD40171) is known color: Ruby. HEX triplet: D4, 01 and 71. RGB value is (212,1,113). Sum of RGB (Red+Green+Blue) = 212+1+113=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D40171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40171 is #2BFE8E. Grayscale: #4C4C4C. Windows color (decimal): -2883215 or 7406036. OLE color: 7406036.
HSL color Cylindrical-coordinate representation of color #D40171: hue angle of 328.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40171 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.17 |
| HSL | 328.15º | 0.99% | 0.42% | - |
| HSV(B) | 328.15º | 1% | 0.83% | - |
| XYZ | 30.14 | 15.21 | 16.97 | - |
| YUV | 76.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 113 | 0 | 1.00 | 0.47 | 0.17 | 328.15 | 0.99 | 0.42 |
| Hex | D4 | 1 | 71 | 0 | 64 | 2F | 11 | 148 | 63 | 2A |
| Octal | 324 | 1 | 161 | 0 | 144 | 57 | 21 | 510 | 143 | 52 |
| Binary | 11010100 | 1 | 1110001 | 0 | 1100100 | 101111 | 10001 | 101001000 | 1100011 | 101010 |
Color Harmonies of #D40171
Complementary color
Monochromatic Colors of #D40171
Black with #D40171
Text Example
Text Example
White with #D40171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40171; }
p { color: rgb(212,1,113); }
H1.HeaderClassName
{
color: #D40171;
}
.AnyTagClassName
{
color: #D40171;
}
</style>
background-color css
<style>
a { background-color: #D40171; }
a { background-color: rgb(212,1,113); }
div.DivClassName
{
background-color: #D40171;
}
.BgClassName
{
background-color: #D40171;
}
</style>
border-color css
<style>
span { border-color: #D40171; }
span { border-color: rgb(212,1,113); }
td.TdClassName
{
border-color: #D40171;
}
.TagClassName
{
border-color: #D40171;
}
</style>