Shades of Ruby #D50469
Tints of Ruby #D50469
RGB
CMYK
RGB Variations
Color information
#D50469 (or 0xD50469) is known color: Ruby. HEX triplet: D5, 04 and 69. RGB value is (213,4,105). Sum of RGB (Red+Green+Blue) = 213+4+105=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D50469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50469 is #2AFB96. Grayscale: #4D4D4D. Windows color (decimal): -2816919 or 6882517. OLE color: 6882517.
HSL color Cylindrical-coordinate representation of color #D50469: hue angle of 331º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50469 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.16 |
| HSL | 331º | 0.96% | 0.43% | - |
| HSV(B) | 331º | 0.98% | 0.84% | - |
| XYZ | 30.03 | 15.25 | 14.73 | - |
| YUV | 78.01 | 143.24 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 105 | 0 | 0.98 | 0.51 | 0.16 | 331 | 0.96 | 0.43 |
| Hex | D5 | 4 | 69 | 0 | 62 | 33 | 10 | 14B | 60 | 2B |
| Octal | 325 | 4 | 151 | 0 | 142 | 63 | 20 | 513 | 140 | 53 |
| Binary | 11010101 | 100 | 1101001 | 0 | 1100010 | 110011 | 10000 | 101001011 | 1100000 | 101011 |
Color Harmonies of #D50469
Complementary color
Monochromatic Colors of #D50469
Black with #D50469
Text Example
Text Example
White with #D50469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50469; }
p { color: rgb(213,4,105); }
H1.HeaderClassName
{
color: #D50469;
}
.AnyTagClassName
{
color: #D50469;
}
</style>
background-color css
<style>
a { background-color: #D50469; }
a { background-color: rgb(213,4,105); }
div.DivClassName
{
background-color: #D50469;
}
.BgClassName
{
background-color: #D50469;
}
</style>
border-color css
<style>
span { border-color: #D50469; }
span { border-color: rgb(213,4,105); }
td.TdClassName
{
border-color: #D50469;
}
.TagClassName
{
border-color: #D50469;
}
</style>