Shades of Ruby #D50269
Tints of Ruby #D50269
RGB
CMYK
RGB Variations
Color information
#D50269 (or 0xD50269) is known color: Ruby. HEX triplet: D5, 02 and 69. RGB value is (213,2,105). Sum of RGB (Red+Green+Blue) = 213+2+105=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D50269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50269 is #2AFD96. Grayscale: #4C4C4C. Windows color (decimal): -2817431 or 6882005. OLE color: 6882005.
HSL color Cylindrical-coordinate representation of color #D50269: hue angle of 330.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50269 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.16 |
| HSL | 330.71º | 0.98% | 0.42% | - |
| HSV(B) | 330.71º | 0.99% | 0.84% | - |
| XYZ | 30.01 | 15.21 | 14.72 | - |
| YUV | 76.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 105 | 0 | 0.99 | 0.51 | 0.16 | 330.71 | 0.98 | 0.42 |
| Hex | D5 | 2 | 69 | 0 | 63 | 33 | 10 | 14B | 62 | 2A |
| Octal | 325 | 2 | 151 | 0 | 143 | 63 | 20 | 513 | 142 | 52 |
| Binary | 11010101 | 10 | 1101001 | 0 | 1100011 | 110011 | 10000 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D50269
Complementary color
Monochromatic Colors of #D50269
Black with #D50269
Text Example
Text Example
White with #D50269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50269; }
p { color: rgb(213,2,105); }
H1.HeaderClassName
{
color: #D50269;
}
.AnyTagClassName
{
color: #D50269;
}
</style>
background-color css
<style>
a { background-color: #D50269; }
a { background-color: rgb(213,2,105); }
div.DivClassName
{
background-color: #D50269;
}
.BgClassName
{
background-color: #D50269;
}
</style>
border-color css
<style>
span { border-color: #D50269; }
span { border-color: rgb(213,2,105); }
td.TdClassName
{
border-color: #D50269;
}
.TagClassName
{
border-color: #D50269;
}
</style>