Shades of Ruby #D50470
Tints of Ruby #D50470
RGB
CMYK
RGB Variations
Color information
#D50470 (or 0xD50470) is known color: Ruby. HEX triplet: D5, 04 and 70. RGB value is (213,4,112). Sum of RGB (Red+Green+Blue) = 213+4+112=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D50470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50470 is #2AFB8F. Grayscale: #4E4E4E. Windows color (decimal): -2816912 or 7341269. OLE color: 7341269.
HSL color Cylindrical-coordinate representation of color #D50470: hue angle of 329º 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 #D50470 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.16 |
| HSL | 329º | 0.96% | 0.43% | - |
| HSV(B) | 329º | 0.98% | 0.84% | - |
| XYZ | 30.41 | 15.4 | 16.7 | - |
| YUV | 78.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 112 | 0 | 0.98 | 0.47 | 0.16 | 329 | 0.96 | 0.43 |
| Hex | D5 | 4 | 70 | 0 | 62 | 2F | 10 | 149 | 60 | 2B |
| Octal | 325 | 4 | 160 | 0 | 142 | 57 | 20 | 511 | 140 | 53 |
| Binary | 11010101 | 100 | 1110000 | 0 | 1100010 | 101111 | 10000 | 101001001 | 1100000 | 101011 |
Color Harmonies of #D50470
Complementary color
Monochromatic Colors of #D50470
Black with #D50470
Text Example
Text Example
White with #D50470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50470; }
p { color: rgb(213,4,112); }
H1.HeaderClassName
{
color: #D50470;
}
.AnyTagClassName
{
color: #D50470;
}
</style>
background-color css
<style>
a { background-color: #D50470; }
a { background-color: rgb(213,4,112); }
div.DivClassName
{
background-color: #D50470;
}
.BgClassName
{
background-color: #D50470;
}
</style>
border-color css
<style>
span { border-color: #D50470; }
span { border-color: rgb(213,4,112); }
td.TdClassName
{
border-color: #D50470;
}
.TagClassName
{
border-color: #D50470;
}
</style>