Shades of Ruby #D70574
Tints of Ruby #D70574
RGB
CMYK
RGB Variations
Color information
#D70574 (or 0xD70574) is known color: Ruby. HEX triplet: D7, 05 and 74. RGB value is (215,5,116). Sum of RGB (Red+Green+Blue) = 215+5+116=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D70574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70574 is #28FA8B. Grayscale: #505050. Windows color (decimal): -2685580 or 7603671. OLE color: 7603671.
HSL color Cylindrical-coordinate representation of color #D70574: hue angle of 328.29º degrees, saturation: 0.95, 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 #D70574 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.16 |
| HSL | 328.29º | 0.95% | 0.43% | - |
| HSV(B) | 328.29º | 0.98% | 0.84% | - |
| XYZ | 31.23 | 15.82 | 17.93 | - |
| YUV | 80.44 | 148.07 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 116 | 0 | 0.98 | 0.46 | 0.16 | 328.29 | 0.95 | 0.43 |
| Hex | D7 | 5 | 74 | 0 | 62 | 2E | 10 | 148 | 5F | 2B |
| Octal | 327 | 5 | 164 | 0 | 142 | 56 | 20 | 510 | 137 | 53 |
| Binary | 11010111 | 101 | 1110100 | 0 | 1100010 | 101110 | 10000 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D70574
Complementary color
Monochromatic Colors of #D70574
Black with #D70574
Text Example
Text Example
White with #D70574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70574; }
p { color: rgb(215,5,116); }
H1.HeaderClassName
{
color: #D70574;
}
.AnyTagClassName
{
color: #D70574;
}
</style>
background-color css
<style>
a { background-color: #D70574; }
a { background-color: rgb(215,5,116); }
div.DivClassName
{
background-color: #D70574;
}
.BgClassName
{
background-color: #D70574;
}
</style>
border-color css
<style>
span { border-color: #D70574; }
span { border-color: rgb(215,5,116); }
td.TdClassName
{
border-color: #D70574;
}
.TagClassName
{
border-color: #D70574;
}
</style>