Shades of Ruby #D21865
Tints of Ruby #D21865
RGB
CMYK
RGB Variations
Color information
#D21865 (or 0xD21865) is known color: Ruby. HEX triplet: D2, 18 and 65. RGB value is (210,24,101). Sum of RGB (Red+Green+Blue) = 210+24+101=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D21865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21865 is #2DE79A. Grayscale: #585858. Windows color (decimal): -3008411 or 6625490. OLE color: 6625490.
HSL color Cylindrical-coordinate representation of color #D21865: hue angle of 335.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21865 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 101 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.18 |
| HSL | 335.16º | 0.79% | 0.46% | - |
| HSV(B) | 335.16º | 0.89% | 0.82% | - |
| XYZ | 29.25 | 15.29 | 13.72 | - |
| YUV | 88.39 | 135.12 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 101 | 0 | 0.89 | 0.52 | 0.18 | 335.16 | 0.79 | 0.46 |
| Hex | D2 | 18 | 65 | 0 | 59 | 34 | 12 | 14F | 4F | 2E |
| Octal | 322 | 30 | 145 | 0 | 131 | 64 | 22 | 517 | 117 | 56 |
| Binary | 11010010 | 11000 | 1100101 | 0 | 1011001 | 110100 | 10010 | 101001111 | 1001111 | 101110 |
Color Harmonies of #D21865
Complementary color
Monochromatic Colors of #D21865
Black with #D21865
Text Example
Text Example
White with #D21865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21865; }
p { color: rgb(210,24,101); }
H1.HeaderClassName
{
color: #D21865;
}
.AnyTagClassName
{
color: #D21865;
}
</style>
background-color css
<style>
a { background-color: #D21865; }
a { background-color: rgb(210,24,101); }
div.DivClassName
{
background-color: #D21865;
}
.BgClassName
{
background-color: #D21865;
}
</style>
border-color css
<style>
span { border-color: #D21865; }
span { border-color: rgb(210,24,101); }
td.TdClassName
{
border-color: #D21865;
}
.TagClassName
{
border-color: #D21865;
}
</style>