Shades of Ruby #D10269
Tints of Ruby #D10269
RGB
CMYK
RGB Variations
Color information
#D10269 (or 0xD10269) is known color: Ruby. HEX triplet: D1, 02 and 69. RGB value is (209,2,105). Sum of RGB (Red+Green+Blue) = 209+2+105=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D10269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10269 is #2EFD96. Grayscale: #4B4B4B. Windows color (decimal): -3079575 or 6882001. OLE color: 6882001.
HSL color Cylindrical-coordinate representation of color #D10269: hue angle of 330.14º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10269 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.18 |
| HSL | 330.14º | 0.98% | 0.41% | - |
| HSV(B) | 330.14º | 0.99% | 0.82% | - |
| XYZ | 28.87 | 14.62 | 14.66 | - |
| YUV | 75.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 105 | 0 | 0.99 | 0.50 | 0.18 | 330.14 | 0.98 | 0.41 |
| Hex | D1 | 2 | 69 | 0 | 63 | 32 | 12 | 14A | 62 | 29 |
| Octal | 321 | 2 | 151 | 0 | 143 | 62 | 22 | 512 | 142 | 51 |
| Binary | 11010001 | 10 | 1101001 | 0 | 1100011 | 110010 | 10010 | 101001010 | 1100010 | 101001 |
Color Harmonies of #D10269
Complementary color
Monochromatic Colors of #D10269
Black with #D10269
Text Example
Text Example
White with #D10269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10269; }
p { color: rgb(209,2,105); }
H1.HeaderClassName
{
color: #D10269;
}
.AnyTagClassName
{
color: #D10269;
}
</style>
background-color css
<style>
a { background-color: #D10269; }
a { background-color: rgb(209,2,105); }
div.DivClassName
{
background-color: #D10269;
}
.BgClassName
{
background-color: #D10269;
}
</style>
border-color css
<style>
span { border-color: #D10269; }
span { border-color: rgb(209,2,105); }
td.TdClassName
{
border-color: #D10269;
}
.TagClassName
{
border-color: #D10269;
}
</style>