Shades of Ruby #D70D62
Tints of Ruby #D70D62
RGB
CMYK
RGB Variations
Color information
#D70D62 (or 0xD70D62) is known color: Ruby. HEX triplet: D7, 0D and 62. RGB value is (215,13,98). Sum of RGB (Red+Green+Blue) = 215+13+98=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D62 is #28F29D. Grayscale: #525252. Windows color (decimal): -2683550 or 6426071. OLE color: 6426071.
HSL color Cylindrical-coordinate representation of color #D70D62: hue angle of 334.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70D62 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 98 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.16 |
| HSL | 334.75º | 0.89% | 0.45% | - |
| HSV(B) | 334.75º | 0.94% | 0.84% | - |
| XYZ | 30.37 | 15.62 | 12.97 | - |
| YUV | 83.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 98 | 0 | 0.94 | 0.54 | 0.16 | 334.75 | 0.89 | 0.45 |
| Hex | D7 | D | 62 | 0 | 5E | 36 | 10 | 14F | 59 | 2D |
| Octal | 327 | 15 | 142 | 0 | 136 | 66 | 20 | 517 | 131 | 55 |
| Binary | 11010111 | 1101 | 1100010 | 0 | 1011110 | 110110 | 10000 | 101001111 | 1011001 | 101101 |
Color Harmonies of #D70D62
Complementary color
Monochromatic Colors of #D70D62
Black with #D70D62
Text Example
Text Example
White with #D70D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D62; }
p { color: rgb(215,13,98); }
H1.HeaderClassName
{
color: #D70D62;
}
.AnyTagClassName
{
color: #D70D62;
}
</style>
background-color css
<style>
a { background-color: #D70D62; }
a { background-color: rgb(215,13,98); }
div.DivClassName
{
background-color: #D70D62;
}
.BgClassName
{
background-color: #D70D62;
}
</style>
border-color css
<style>
span { border-color: #D70D62; }
span { border-color: rgb(215,13,98); }
td.TdClassName
{
border-color: #D70D62;
}
.TagClassName
{
border-color: #D70D62;
}
</style>