Shades of Ruby #D70F69
Tints of Ruby #D70F69
RGB
CMYK
RGB Variations
Color information
#D70F69 (or 0xD70F69) is known color: Ruby. HEX triplet: D7, 0F and 69. RGB value is (215,15,105). Sum of RGB (Red+Green+Blue) = 215+15+105=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F69 is #28F096. Grayscale: #545454. Windows color (decimal): -2683031 or 6885335. OLE color: 6885335.
HSL color Cylindrical-coordinate representation of color #D70F69: hue angle of 333º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F69 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 105 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.16 |
| HSL | 333º | 0.87% | 0.45% | - |
| HSV(B) | 333º | 0.93% | 0.84% | - |
| XYZ | 30.74 | 15.81 | 14.8 | - |
| YUV | 85.06 | 139.26 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 105 | 0 | 0.93 | 0.51 | 0.16 | 333 | 0.87 | 0.45 |
| Hex | D7 | F | 69 | 0 | 5D | 33 | 10 | 14D | 57 | 2D |
| Octal | 327 | 17 | 151 | 0 | 135 | 63 | 20 | 515 | 127 | 55 |
| Binary | 11010111 | 1111 | 1101001 | 0 | 1011101 | 110011 | 10000 | 101001101 | 1010111 | 101101 |
Color Harmonies of #D70F69
Complementary color
Monochromatic Colors of #D70F69
Black with #D70F69
Text Example
Text Example
White with #D70F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F69; }
p { color: rgb(215,15,105); }
H1.HeaderClassName
{
color: #D70F69;
}
.AnyTagClassName
{
color: #D70F69;
}
</style>
background-color css
<style>
a { background-color: #D70F69; }
a { background-color: rgb(215,15,105); }
div.DivClassName
{
background-color: #D70F69;
}
.BgClassName
{
background-color: #D70F69;
}
</style>
border-color css
<style>
span { border-color: #D70F69; }
span { border-color: rgb(215,15,105); }
td.TdClassName
{
border-color: #D70F69;
}
.TagClassName
{
border-color: #D70F69;
}
</style>