Shades of Ruby #D50272
Tints of Ruby #D50272
RGB
CMYK
RGB Variations
Color information
#D50272 (or 0xD50272) is known color: Ruby. HEX triplet: D5, 02 and 72. RGB value is (213,2,114). Sum of RGB (Red+Green+Blue) = 213+2+114=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D50272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50272 is #2AFD8D. Grayscale: #4D4D4D. Windows color (decimal): -2817422 or 7471829. OLE color: 7471829.
HSL color Cylindrical-coordinate representation of color #D50272: hue angle of 328.15º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50272 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.16 |
| HSL | 328.15º | 0.98% | 0.42% | - |
| HSV(B) | 328.15º | 0.99% | 0.84% | - |
| XYZ | 30.5 | 15.4 | 17.29 | - |
| YUV | 77.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 114 | 0 | 0.99 | 0.46 | 0.16 | 328.15 | 0.98 | 0.42 |
| Hex | D5 | 2 | 72 | 0 | 63 | 2E | 10 | 148 | 62 | 2A |
| Octal | 325 | 2 | 162 | 0 | 143 | 56 | 20 | 510 | 142 | 52 |
| Binary | 11010101 | 10 | 1110010 | 0 | 1100011 | 101110 | 10000 | 101001000 | 1100010 | 101010 |
Color Harmonies of #D50272
Complementary color
Monochromatic Colors of #D50272
Black with #D50272
Text Example
Text Example
White with #D50272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50272; }
p { color: rgb(213,2,114); }
H1.HeaderClassName
{
color: #D50272;
}
.AnyTagClassName
{
color: #D50272;
}
</style>
background-color css
<style>
a { background-color: #D50272; }
a { background-color: rgb(213,2,114); }
div.DivClassName
{
background-color: #D50272;
}
.BgClassName
{
background-color: #D50272;
}
</style>
border-color css
<style>
span { border-color: #D50272; }
span { border-color: rgb(213,2,114); }
td.TdClassName
{
border-color: #D50272;
}
.TagClassName
{
border-color: #D50272;
}
</style>