Shades of Ruby #D20364
Tints of Ruby #D20364
RGB
CMYK
RGB Variations
Color information
#D20364 (or 0xD20364) is known color: Ruby. HEX triplet: D2, 03 and 64. RGB value is (210,3,100). Sum of RGB (Red+Green+Blue) = 210+3+100=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D20364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20364 is #2DFC9B. Grayscale: #4B4B4B. Windows color (decimal): -3013788 or 6554578. OLE color: 6554578.
HSL color Cylindrical-coordinate representation of color #D20364: hue angle of 331.88º degrees, saturation: 0.97, 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 #D20364 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.18 |
| HSL | 331.88º | 0.97% | 0.42% | - |
| HSV(B) | 331.88º | 0.99% | 0.82% | - |
| XYZ | 28.91 | 14.69 | 13.37 | - |
| YUV | 75.95 | 141.58 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 100 | 0 | 0.99 | 0.52 | 0.18 | 331.88 | 0.97 | 0.42 |
| Hex | D2 | 3 | 64 | 0 | 63 | 34 | 12 | 14C | 61 | 2A |
| Octal | 322 | 3 | 144 | 0 | 143 | 64 | 22 | 514 | 141 | 52 |
| Binary | 11010010 | 11 | 1100100 | 0 | 1100011 | 110100 | 10010 | 101001100 | 1100001 | 101010 |
Color Harmonies of #D20364
Complementary color
Monochromatic Colors of #D20364
Black with #D20364
Text Example
Text Example
White with #D20364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20364; }
p { color: rgb(210,3,100); }
H1.HeaderClassName
{
color: #D20364;
}
.AnyTagClassName
{
color: #D20364;
}
</style>
background-color css
<style>
a { background-color: #D20364; }
a { background-color: rgb(210,3,100); }
div.DivClassName
{
background-color: #D20364;
}
.BgClassName
{
background-color: #D20364;
}
</style>
border-color css
<style>
span { border-color: #D20364; }
span { border-color: rgb(210,3,100); }
td.TdClassName
{
border-color: #D20364;
}
.TagClassName
{
border-color: #D20364;
}
</style>