Shades of Ruby #D21364
Tints of Ruby #D21364
RGB
CMYK
RGB Variations
Color information
#D21364 (or 0xD21364) is known color: Ruby. HEX triplet: D2, 13 and 64. RGB value is (210,19,100). Sum of RGB (Red+Green+Blue) = 210+19+100=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D21364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21364 is #2DEC9B. Grayscale: #555555. Windows color (decimal): -3009692 or 6558674. OLE color: 6558674.
HSL color Cylindrical-coordinate representation of color #D21364: hue angle of 334.55º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21364 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.18 |
| HSL | 334.56º | 0.83% | 0.45% | - |
| HSV(B) | 334.56º | 0.91% | 0.82% | - |
| XYZ | 29.11 | 15.09 | 13.43 | - |
| YUV | 85.34 | 136.28 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 100 | 0 | 0.91 | 0.52 | 0.18 | 334.56 | 0.83 | 0.45 |
| Hex | D2 | 13 | 64 | 0 | 5B | 34 | 12 | 14F | 53 | 2D |
| Octal | 322 | 23 | 144 | 0 | 133 | 64 | 22 | 517 | 123 | 55 |
| Binary | 11010010 | 10011 | 1100100 | 0 | 1011011 | 110100 | 10010 | 101001111 | 1010011 | 101101 |
Color Harmonies of #D21364
Complementary color
Monochromatic Colors of #D21364
Black with #D21364
Text Example
Text Example
White with #D21364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21364; }
p { color: rgb(210,19,100); }
H1.HeaderClassName
{
color: #D21364;
}
.AnyTagClassName
{
color: #D21364;
}
</style>
background-color css
<style>
a { background-color: #D21364; }
a { background-color: rgb(210,19,100); }
div.DivClassName
{
background-color: #D21364;
}
.BgClassName
{
background-color: #D21364;
}
</style>
border-color css
<style>
span { border-color: #D21364; }
span { border-color: rgb(210,19,100); }
td.TdClassName
{
border-color: #D21364;
}
.TagClassName
{
border-color: #D21364;
}
</style>