Shades of Ruby #D40172
Tints of Ruby #D40172
RGB
CMYK
RGB Variations
Color information
#D40172 (or 0xD40172) is known color: Ruby. HEX triplet: D4, 01 and 72. RGB value is (212,1,114). Sum of RGB (Red+Green+Blue) = 212+1+114=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D40172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40172 is #2BFE8D. Grayscale: #4C4C4C. Windows color (decimal): -2883214 or 7471572. OLE color: 7471572.
HSL color Cylindrical-coordinate representation of color #D40172: hue angle of 327.87º 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 #D40172 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.17 |
| HSL | 327.87º | 0.99% | 0.42% | - |
| HSV(B) | 327.87º | 1% | 0.83% | - |
| XYZ | 30.2 | 15.23 | 17.27 | - |
| YUV | 76.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 114 | 0 | 1.00 | 0.46 | 0.17 | 327.87 | 0.99 | 0.42 |
| Hex | D4 | 1 | 72 | 0 | 64 | 2E | 11 | 148 | 63 | 2A |
| Octal | 324 | 1 | 162 | 0 | 144 | 56 | 21 | 510 | 143 | 52 |
| Binary | 11010100 | 1 | 1110010 | 0 | 1100100 | 101110 | 10001 | 101001000 | 1100011 | 101010 |
Color Harmonies of #D40172
Complementary color
Monochromatic Colors of #D40172
Black with #D40172
Text Example
Text Example
White with #D40172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40172; }
p { color: rgb(212,1,114); }
H1.HeaderClassName
{
color: #D40172;
}
.AnyTagClassName
{
color: #D40172;
}
</style>
background-color css
<style>
a { background-color: #D40172; }
a { background-color: rgb(212,1,114); }
div.DivClassName
{
background-color: #D40172;
}
.BgClassName
{
background-color: #D40172;
}
</style>
border-color css
<style>
span { border-color: #D40172; }
span { border-color: rgb(212,1,114); }
td.TdClassName
{
border-color: #D40172;
}
.TagClassName
{
border-color: #D40172;
}
</style>