Shades of Ruby #D21C66
Tints of Ruby #D21C66
RGB
CMYK
RGB Variations
Color information
#D21C66 (or 0xD21C66) is known color: Ruby. HEX triplet: D2, 1C and 66. RGB value is (210,28,102). Sum of RGB (Red+Green+Blue) = 210+28+102=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C66 is #2DE399. Grayscale: #5A5A5A. Windows color (decimal): -3007386 or 6692050. OLE color: 6692050.
HSL color Cylindrical-coordinate representation of color #D21C66: hue angle of 335.6º 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 #D21C66 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 102 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.18 |
| HSL | 335.6º | 0.76% | 0.47% | - |
| HSV(B) | 335.6º | 0.87% | 0.82% | - |
| XYZ | 29.39 | 15.49 | 14.01 | - |
| YUV | 90.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 102 | 0 | 0.87 | 0.51 | 0.18 | 335.6 | 0.76 | 0.47 |
| Hex | D2 | 1C | 66 | 0 | 57 | 33 | 12 | 150 | 4C | 2F |
| Octal | 322 | 34 | 146 | 0 | 127 | 63 | 22 | 520 | 114 | 57 |
| Binary | 11010010 | 11100 | 1100110 | 0 | 1010111 | 110011 | 10010 | 101010000 | 1001100 | 101111 |
Color Harmonies of #D21C66
Complementary color
Monochromatic Colors of #D21C66
Black with #D21C66
Text Example
Text Example
White with #D21C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C66; }
p { color: rgb(210,28,102); }
H1.HeaderClassName
{
color: #D21C66;
}
.AnyTagClassName
{
color: #D21C66;
}
</style>
background-color css
<style>
a { background-color: #D21C66; }
a { background-color: rgb(210,28,102); }
div.DivClassName
{
background-color: #D21C66;
}
.BgClassName
{
background-color: #D21C66;
}
</style>
border-color css
<style>
span { border-color: #D21C66; }
span { border-color: rgb(210,28,102); }
td.TdClassName
{
border-color: #D21C66;
}
.TagClassName
{
border-color: #D21C66;
}
</style>