Shades of Ruby #D70A69
Tints of Ruby #D70A69
RGB
CMYK
RGB Variations
Color information
#D70A69 (or 0xD70A69) is known color: Ruby. HEX triplet: D7, 0A and 69. RGB value is (215,10,105). Sum of RGB (Red+Green+Blue) = 215+10+105=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70A69 is #28F596. Grayscale: #515151. Windows color (decimal): -2684311 or 6884055. OLE color: 6884055.
HSL color Cylindrical-coordinate representation of color #D70A69: hue angle of 332.2º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A69 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 105 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.16 |
| HSL | 332.2º | 0.91% | 0.44% | - |
| HSV(B) | 332.2º | 0.95% | 0.84% | - |
| XYZ | 30.68 | 15.68 | 14.77 | - |
| YUV | 82.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 105 | 0 | 0.95 | 0.51 | 0.16 | 332.2 | 0.91 | 0.44 |
| Hex | D7 | A | 69 | 0 | 5F | 33 | 10 | 14C | 5B | 2C |
| Octal | 327 | 12 | 151 | 0 | 137 | 63 | 20 | 514 | 133 | 54 |
| Binary | 11010111 | 1010 | 1101001 | 0 | 1011111 | 110011 | 10000 | 101001100 | 1011011 | 101100 |
Color Harmonies of #D70A69
Complementary color
Monochromatic Colors of #D70A69
Black with #D70A69
Text Example
Text Example
White with #D70A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A69; }
p { color: rgb(215,10,105); }
H1.HeaderClassName
{
color: #D70A69;
}
.AnyTagClassName
{
color: #D70A69;
}
</style>
background-color css
<style>
a { background-color: #D70A69; }
a { background-color: rgb(215,10,105); }
div.DivClassName
{
background-color: #D70A69;
}
.BgClassName
{
background-color: #D70A69;
}
</style>
border-color css
<style>
span { border-color: #D70A69; }
span { border-color: rgb(215,10,105); }
td.TdClassName
{
border-color: #D70A69;
}
.TagClassName
{
border-color: #D70A69;
}
</style>