Shades of Ruby #D3026E
Tints of Ruby #D3026E
RGB
CMYK
RGB Variations
Color information
#D3026E (or 0xD3026E) is known color: Ruby. HEX triplet: D3, 02 and 6E. RGB value is (211,2,110). Sum of RGB (Red+Green+Blue) = 211+2+110=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3026E is #2CFD91. Grayscale: #4C4C4C. Windows color (decimal): -2948498 or 7209683. OLE color: 7209683.
HSL color Cylindrical-coordinate representation of color #D3026E: hue angle of 329º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3026E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.17 |
| HSL | 329º | 0.98% | 0.42% | - |
| HSV(B) | 329º | 0.99% | 0.83% | - |
| XYZ | 29.7 | 15.02 | 16.09 | - |
| YUV | 76.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 110 | 0 | 0.99 | 0.48 | 0.17 | 329 | 0.98 | 0.42 |
| Hex | D3 | 2 | 6E | 0 | 63 | 30 | 11 | 149 | 62 | 2A |
| Octal | 323 | 2 | 156 | 0 | 143 | 60 | 21 | 511 | 142 | 52 |
| Binary | 11010011 | 10 | 1101110 | 0 | 1100011 | 110000 | 10001 | 101001001 | 1100010 | 101010 |
Color Harmonies of #D3026E
Complementary color
Monochromatic Colors of #D3026E
Black with #D3026E
Text Example
Text Example
White with #D3026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3026E; }
p { color: rgb(211,2,110); }
H1.HeaderClassName
{
color: #D3026E;
}
.AnyTagClassName
{
color: #D3026E;
}
</style>
background-color css
<style>
a { background-color: #D3026E; }
a { background-color: rgb(211,2,110); }
div.DivClassName
{
background-color: #D3026E;
}
.BgClassName
{
background-color: #D3026E;
}
</style>
border-color css
<style>
span { border-color: #D3026E; }
span { border-color: rgb(211,2,110); }
td.TdClassName
{
border-color: #D3026E;
}
.TagClassName
{
border-color: #D3026E;
}
</style>