Shades of Ruby #D70372
Tints of Ruby #D70372
RGB
CMYK
RGB Variations
Color information
#D70372 (or 0xD70372) is known color: Ruby. HEX triplet: D7, 03 and 72. RGB value is (215,3,114). Sum of RGB (Red+Green+Blue) = 215+3+114=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D70372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70372 is #28FC8D. Grayscale: #4E4E4E. Windows color (decimal): -2686094 or 7472087. OLE color: 7472087.
HSL color Cylindrical-coordinate representation of color #D70372: hue angle of 328.58º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70372 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.16 |
| HSL | 328.58º | 0.97% | 0.43% | - |
| HSV(B) | 328.58º | 0.99% | 0.84% | - |
| XYZ | 31.09 | 15.73 | 17.32 | - |
| YUV | 79.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 114 | 0 | 0.99 | 0.47 | 0.16 | 328.58 | 0.97 | 0.43 |
| Hex | D7 | 3 | 72 | 0 | 63 | 2F | 10 | 149 | 61 | 2B |
| Octal | 327 | 3 | 162 | 0 | 143 | 57 | 20 | 511 | 141 | 53 |
| Binary | 11010111 | 11 | 1110010 | 0 | 1100011 | 101111 | 10000 | 101001001 | 1100001 | 101011 |
Color Harmonies of #D70372
Complementary color
Monochromatic Colors of #D70372
Black with #D70372
Text Example
Text Example
White with #D70372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70372; }
p { color: rgb(215,3,114); }
H1.HeaderClassName
{
color: #D70372;
}
.AnyTagClassName
{
color: #D70372;
}
</style>
background-color css
<style>
a { background-color: #D70372; }
a { background-color: rgb(215,3,114); }
div.DivClassName
{
background-color: #D70372;
}
.BgClassName
{
background-color: #D70372;
}
</style>
border-color css
<style>
span { border-color: #D70372; }
span { border-color: rgb(215,3,114); }
td.TdClassName
{
border-color: #D70372;
}
.TagClassName
{
border-color: #D70372;
}
</style>