Shades of Ruby #D21064
Tints of Ruby #D21064
RGB
CMYK
RGB Variations
Color information
#D21064 (or 0xD21064) is known color: Ruby. HEX triplet: D2, 10 and 64. RGB value is (210,16,100). Sum of RGB (Red+Green+Blue) = 210+16+100=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D21064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21064 is #2DEF9B. Grayscale: #535353. Windows color (decimal): -3010460 or 6557906. OLE color: 6557906.
HSL color Cylindrical-coordinate representation of color #D21064: hue angle of 334.02º 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 #D21064 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 100 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.18 |
| HSL | 334.02º | 0.86% | 0.44% | - |
| HSV(B) | 334.02º | 0.92% | 0.82% | - |
| XYZ | 29.06 | 14.99 | 13.42 | - |
| YUV | 83.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 100 | 0 | 0.92 | 0.52 | 0.18 | 334.02 | 0.86 | 0.44 |
| Hex | D2 | 10 | 64 | 0 | 5C | 34 | 12 | 14E | 56 | 2C |
| Octal | 322 | 20 | 144 | 0 | 134 | 64 | 22 | 516 | 126 | 54 |
| Binary | 11010010 | 10000 | 1100100 | 0 | 1011100 | 110100 | 10010 | 101001110 | 1010110 | 101100 |
Color Harmonies of #D21064
Complementary color
Monochromatic Colors of #D21064
Black with #D21064
Text Example
Text Example
White with #D21064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21064; }
p { color: rgb(210,16,100); }
H1.HeaderClassName
{
color: #D21064;
}
.AnyTagClassName
{
color: #D21064;
}
</style>
background-color css
<style>
a { background-color: #D21064; }
a { background-color: rgb(210,16,100); }
div.DivClassName
{
background-color: #D21064;
}
.BgClassName
{
background-color: #D21064;
}
</style>
border-color css
<style>
span { border-color: #D21064; }
span { border-color: rgb(210,16,100); }
td.TdClassName
{
border-color: #D21064;
}
.TagClassName
{
border-color: #D21064;
}
</style>