Shades of Ruby #D20266
Tints of Ruby #D20266
RGB
CMYK
RGB Variations
Color information
#D20266 (or 0xD20266) is known color: Ruby. HEX triplet: D2, 02 and 66. RGB value is (210,2,102). Sum of RGB (Red+Green+Blue) = 210+2+102=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D20266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20266 is #2DFD99. Grayscale: #4B4B4B. Windows color (decimal): -3014042 or 6685394. OLE color: 6685394.
HSL color Cylindrical-coordinate representation of color #D20266: hue angle of 331.15º degrees, saturation: 0.98, 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 #D20266 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.18 |
| HSL | 331.15º | 0.98% | 0.42% | - |
| HSV(B) | 331.15º | 0.99% | 0.82% | - |
| XYZ | 29 | 14.7 | 13.88 | - |
| YUV | 75.59 | 142.91 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 102 | 0 | 0.99 | 0.51 | 0.18 | 331.15 | 0.98 | 0.42 |
| Hex | D2 | 2 | 66 | 0 | 63 | 33 | 12 | 14B | 62 | 2A |
| Octal | 322 | 2 | 146 | 0 | 143 | 63 | 22 | 513 | 142 | 52 |
| Binary | 11010010 | 10 | 1100110 | 0 | 1100011 | 110011 | 10010 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D20266
Complementary color
Monochromatic Colors of #D20266
Black with #D20266
Text Example
Text Example
White with #D20266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20266; }
p { color: rgb(210,2,102); }
H1.HeaderClassName
{
color: #D20266;
}
.AnyTagClassName
{
color: #D20266;
}
</style>
background-color css
<style>
a { background-color: #D20266; }
a { background-color: rgb(210,2,102); }
div.DivClassName
{
background-color: #D20266;
}
.BgClassName
{
background-color: #D20266;
}
</style>
border-color css
<style>
span { border-color: #D20266; }
span { border-color: rgb(210,2,102); }
td.TdClassName
{
border-color: #D20266;
}
.TagClassName
{
border-color: #D20266;
}
</style>