Shades of Ruby #D21C63
Tints of Ruby #D21C63
RGB
CMYK
RGB Variations
Color information
#D21C63 (or 0xD21C63) is known color: Ruby. HEX triplet: D2, 1C and 63. RGB value is (210,28,99). Sum of RGB (Red+Green+Blue) = 210+28+99=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C63 is #2DE39C. Grayscale: #5A5A5A. Windows color (decimal): -3007389 or 6495442. OLE color: 6495442.
HSL color Cylindrical-coordinate representation of color #D21C63: hue angle of 336.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C63 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 99 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.18 |
| HSL | 336.59º | 0.76% | 0.47% | - |
| HSV(B) | 336.59º | 0.87% | 0.82% | - |
| XYZ | 29.25 | 15.43 | 13.24 | - |
| YUV | 90.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 99 | 0 | 0.87 | 0.53 | 0.18 | 336.59 | 0.76 | 0.47 |
| Hex | D2 | 1C | 63 | 0 | 57 | 35 | 12 | 151 | 4C | 2F |
| Octal | 322 | 34 | 143 | 0 | 127 | 65 | 22 | 521 | 114 | 57 |
| Binary | 11010010 | 11100 | 1100011 | 0 | 1010111 | 110101 | 10010 | 101010001 | 1001100 | 101111 |
Color Harmonies of #D21C63
Complementary color
Monochromatic Colors of #D21C63
Black with #D21C63
Text Example
Text Example
White with #D21C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C63; }
p { color: rgb(210,28,99); }
H1.HeaderClassName
{
color: #D21C63;
}
.AnyTagClassName
{
color: #D21C63;
}
</style>
background-color css
<style>
a { background-color: #D21C63; }
a { background-color: rgb(210,28,99); }
div.DivClassName
{
background-color: #D21C63;
}
.BgClassName
{
background-color: #D21C63;
}
</style>
border-color css
<style>
span { border-color: #D21C63; }
span { border-color: rgb(210,28,99); }
td.TdClassName
{
border-color: #D21C63;
}
.TagClassName
{
border-color: #D21C63;
}
</style>