Shades of Ruby #D50172
Tints of Ruby #D50172
RGB
CMYK
RGB Variations
Color information
#D50172 (or 0xD50172) is known color: Ruby. HEX triplet: D5, 01 and 72. RGB value is (213,1,114). Sum of RGB (Red+Green+Blue) = 213+1+114=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D50172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50172 is #2AFE8D. Grayscale: #4D4D4D. Windows color (decimal): -2817678 or 7471573. OLE color: 7471573.
HSL color Cylindrical-coordinate representation of color #D50172: hue angle of 328.02º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50172 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.16 |
| HSL | 328.02º | 0.99% | 0.42% | - |
| HSV(B) | 328.02º | 1% | 0.84% | - |
| XYZ | 30.49 | 15.38 | 17.28 | - |
| YUV | 77.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 114 | 0 | 1.00 | 0.46 | 0.16 | 328.02 | 0.99 | 0.42 |
| Hex | D5 | 1 | 72 | 0 | 64 | 2E | 10 | 148 | 63 | 2A |
| Octal | 325 | 1 | 162 | 0 | 144 | 56 | 20 | 510 | 143 | 52 |
| Binary | 11010101 | 1 | 1110010 | 0 | 1100100 | 101110 | 10000 | 101001000 | 1100011 | 101010 |
Color Harmonies of #D50172
Complementary color
Monochromatic Colors of #D50172
Black with #D50172
Text Example
Text Example
White with #D50172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50172; }
p { color: rgb(213,1,114); }
H1.HeaderClassName
{
color: #D50172;
}
.AnyTagClassName
{
color: #D50172;
}
</style>
background-color css
<style>
a { background-color: #D50172; }
a { background-color: rgb(213,1,114); }
div.DivClassName
{
background-color: #D50172;
}
.BgClassName
{
background-color: #D50172;
}
</style>
border-color css
<style>
span { border-color: #D50172; }
span { border-color: rgb(213,1,114); }
td.TdClassName
{
border-color: #D50172;
}
.TagClassName
{
border-color: #D50172;
}
</style>