Shades of Ruby #D2026A
Tints of Ruby #D2026A
RGB
CMYK
RGB Variations
Color information
#D2026A (or 0xD2026A) is known color: Ruby. HEX triplet: D2, 02 and 6A. RGB value is (210,2,106). Sum of RGB (Red+Green+Blue) = 210+2+106=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2026A is #2DFD95. Grayscale: #4B4B4B. Windows color (decimal): -3014038 or 6947538. OLE color: 6947538.
HSL color Cylindrical-coordinate representation of color #D2026A: hue angle of 330º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2026A is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.18 |
| HSL | 330º | 0.98% | 0.42% | - |
| HSV(B) | 330º | 0.99% | 0.82% | - |
| XYZ | 29.2 | 14.79 | 14.95 | - |
| YUV | 76.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 106 | 0 | 0.99 | 0.50 | 0.18 | 330 | 0.98 | 0.42 |
| Hex | D2 | 2 | 6A | 0 | 63 | 32 | 12 | 14A | 62 | 2A |
| Octal | 322 | 2 | 152 | 0 | 143 | 62 | 22 | 512 | 142 | 52 |
| Binary | 11010010 | 10 | 1101010 | 0 | 1100011 | 110010 | 10010 | 101001010 | 1100010 | 101010 |
Color Harmonies of #D2026A
Complementary color
Monochromatic Colors of #D2026A
Black with #D2026A
Text Example
Text Example
White with #D2026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2026A; }
p { color: rgb(210,2,106); }
H1.HeaderClassName
{
color: #D2026A;
}
.AnyTagClassName
{
color: #D2026A;
}
</style>
background-color css
<style>
a { background-color: #D2026A; }
a { background-color: rgb(210,2,106); }
div.DivClassName
{
background-color: #D2026A;
}
.BgClassName
{
background-color: #D2026A;
}
</style>
border-color css
<style>
span { border-color: #D2026A; }
span { border-color: rgb(210,2,106); }
td.TdClassName
{
border-color: #D2026A;
}
.TagClassName
{
border-color: #D2026A;
}
</style>