Shades of Ruby #D21069
Tints of Ruby #D21069
RGB
CMYK
RGB Variations
Color information
#D21069 (or 0xD21069) is known color: Ruby. HEX triplet: D2, 10 and 69. RGB value is (210,16,105). Sum of RGB (Red+Green+Blue) = 210+16+105=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D21069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21069 is #2DEF96. Grayscale: #535353. Windows color (decimal): -3010455 or 6885586. OLE color: 6885586.
HSL color Cylindrical-coordinate representation of color #D21069: hue angle of 332.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21069 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 105 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.18 |
| HSL | 332.47º | 0.86% | 0.44% | - |
| HSV(B) | 332.47º | 0.92% | 0.82% | - |
| XYZ | 29.31 | 15.09 | 14.73 | - |
| YUV | 84.15 | 139.77 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 105 | 0 | 0.92 | 0.50 | 0.18 | 332.47 | 0.86 | 0.44 |
| Hex | D2 | 10 | 69 | 0 | 5C | 32 | 12 | 14C | 56 | 2C |
| Octal | 322 | 20 | 151 | 0 | 134 | 62 | 22 | 514 | 126 | 54 |
| Binary | 11010010 | 10000 | 1101001 | 0 | 1011100 | 110010 | 10010 | 101001100 | 1010110 | 101100 |
Color Harmonies of #D21069
Complementary color
Monochromatic Colors of #D21069
Black with #D21069
Text Example
Text Example
White with #D21069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21069; }
p { color: rgb(210,16,105); }
H1.HeaderClassName
{
color: #D21069;
}
.AnyTagClassName
{
color: #D21069;
}
</style>
background-color css
<style>
a { background-color: #D21069; }
a { background-color: rgb(210,16,105); }
div.DivClassName
{
background-color: #D21069;
}
.BgClassName
{
background-color: #D21069;
}
</style>
border-color css
<style>
span { border-color: #D21069; }
span { border-color: rgb(210,16,105); }
td.TdClassName
{
border-color: #D21069;
}
.TagClassName
{
border-color: #D21069;
}
</style>