Shades of Ruby #D9026F
Tints of Ruby #D9026F
RGB
CMYK
RGB Variations
Color information
#D9026F (or 0xD9026F) is known color: Ruby. HEX triplet: D9, 02 and 6F. RGB value is (217,2,111). Sum of RGB (Red+Green+Blue) = 217+2+111=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9026F is #26FD90. Grayscale: #4E4E4E. Windows color (decimal): -2555281 or 7275225. OLE color: 7275225.
HSL color Cylindrical-coordinate representation of color #D9026F: hue angle of 329.58º 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 #D9026F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 111 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.15 |
| HSL | 329.58º | 0.98% | 0.43% | - |
| HSV(B) | 329.58º | 0.99% | 0.85% | - |
| XYZ | 31.51 | 15.94 | 16.46 | - |
| YUV | 78.71 | 146.23 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 111 | 0 | 0.99 | 0.49 | 0.15 | 329.58 | 0.98 | 0.43 |
| Hex | D9 | 2 | 6F | 0 | 63 | 31 | F | 14A | 62 | 2B |
| Octal | 331 | 2 | 157 | 0 | 143 | 61 | 17 | 512 | 142 | 53 |
| Binary | 11011001 | 10 | 1101111 | 0 | 1100011 | 110001 | 1111 | 101001010 | 1100010 | 101011 |
Color Harmonies of #D9026F
Complementary color
Monochromatic Colors of #D9026F
Black with #D9026F
Text Example
Text Example
White with #D9026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9026F; }
p { color: rgb(217,2,111); }
H1.HeaderClassName
{
color: #D9026F;
}
.AnyTagClassName
{
color: #D9026F;
}
</style>
background-color css
<style>
a { background-color: #D9026F; }
a { background-color: rgb(217,2,111); }
div.DivClassName
{
background-color: #D9026F;
}
.BgClassName
{
background-color: #D9026F;
}
</style>
border-color css
<style>
span { border-color: #D9026F; }
span { border-color: rgb(217,2,111); }
td.TdClassName
{
border-color: #D9026F;
}
.TagClassName
{
border-color: #D9026F;
}
</style>