Shades of Ruby #D50669
Tints of Ruby #D50669
RGB
CMYK
RGB Variations
Color information
#D50669 (or 0xD50669) is known color: Ruby. HEX triplet: D5, 06 and 69. RGB value is (213,6,105). Sum of RGB (Red+Green+Blue) = 213+6+105=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D50669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50669 is #2AF996. Grayscale: #4E4E4E. Windows color (decimal): -2816407 or 6883029. OLE color: 6883029.
HSL color Cylindrical-coordinate representation of color #D50669: hue angle of 331.3º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50669 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.16 |
| HSL | 331.3º | 0.95% | 0.43% | - |
| HSV(B) | 331.3º | 0.97% | 0.84% | - |
| XYZ | 30.06 | 15.3 | 14.73 | - |
| YUV | 79.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 105 | 0 | 0.97 | 0.51 | 0.16 | 331.3 | 0.95 | 0.43 |
| Hex | D5 | 6 | 69 | 0 | 61 | 33 | 10 | 14B | 5F | 2B |
| Octal | 325 | 6 | 151 | 0 | 141 | 63 | 20 | 513 | 137 | 53 |
| Binary | 11010101 | 110 | 1101001 | 0 | 1100001 | 110011 | 10000 | 101001011 | 1011111 | 101011 |
Color Harmonies of #D50669
Complementary color
Monochromatic Colors of #D50669
Black with #D50669
Text Example
Text Example
White with #D50669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50669; }
p { color: rgb(213,6,105); }
H1.HeaderClassName
{
color: #D50669;
}
.AnyTagClassName
{
color: #D50669;
}
</style>
background-color css
<style>
a { background-color: #D50669; }
a { background-color: rgb(213,6,105); }
div.DivClassName
{
background-color: #D50669;
}
.BgClassName
{
background-color: #D50669;
}
</style>
border-color css
<style>
span { border-color: #D50669; }
span { border-color: rgb(213,6,105); }
td.TdClassName
{
border-color: #D50669;
}
.TagClassName
{
border-color: #D50669;
}
</style>