Shades of Ruby #D90272
Tints of Ruby #D90272
RGB
CMYK
RGB Variations
Color information
#D90272 (or 0xD90272) is known color: Ruby. HEX triplet: D9, 02 and 72. RGB value is (217,2,114). Sum of RGB (Red+Green+Blue) = 217+2+114=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D90272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90272 is #26FD8D. Grayscale: #4E4E4E. Windows color (decimal): -2555278 or 7471833. OLE color: 7471833.
HSL color Cylindrical-coordinate representation of color #D90272: hue angle of 328.74º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90272 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.15 |
| HSL | 328.74º | 0.98% | 0.43% | - |
| HSV(B) | 328.74º | 0.99% | 0.85% | - |
| XYZ | 31.67 | 16.01 | 17.34 | - |
| YUV | 79.05 | 147.73 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 114 | 0 | 0.99 | 0.47 | 0.15 | 328.74 | 0.98 | 0.43 |
| Hex | D9 | 2 | 72 | 0 | 63 | 2F | F | 149 | 62 | 2B |
| Octal | 331 | 2 | 162 | 0 | 143 | 57 | 17 | 511 | 142 | 53 |
| Binary | 11011001 | 10 | 1110010 | 0 | 1100011 | 101111 | 1111 | 101001001 | 1100010 | 101011 |
Color Harmonies of #D90272
Complementary color
Monochromatic Colors of #D90272
Black with #D90272
Text Example
Text Example
White with #D90272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90272; }
p { color: rgb(217,2,114); }
H1.HeaderClassName
{
color: #D90272;
}
.AnyTagClassName
{
color: #D90272;
}
</style>
background-color css
<style>
a { background-color: #D90272; }
a { background-color: rgb(217,2,114); }
div.DivClassName
{
background-color: #D90272;
}
.BgClassName
{
background-color: #D90272;
}
</style>
border-color css
<style>
span { border-color: #D90272; }
span { border-color: rgb(217,2,114); }
td.TdClassName
{
border-color: #D90272;
}
.TagClassName
{
border-color: #D90272;
}
</style>