Shades of Ruby #D70A6C
Tints of Ruby #D70A6C
RGB
CMYK
RGB Variations
Color information
#D70A6C (or 0xD70A6C) is known color: Ruby. HEX triplet: D7, 0A and 6C. RGB value is (215,10,108). Sum of RGB (Red+Green+Blue) = 215+10+108=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70A6C is #28F593. Grayscale: #525252. Windows color (decimal): -2684308 or 7080663. OLE color: 7080663.
HSL color Cylindrical-coordinate representation of color #D70A6C: hue angle of 331.32º 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 #D70A6C is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.16 |
| HSL | 331.32º | 0.91% | 0.44% | - |
| HSV(B) | 331.32º | 0.95% | 0.84% | - |
| XYZ | 30.84 | 15.75 | 15.6 | - |
| YUV | 82.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 108 | 0 | 0.95 | 0.50 | 0.16 | 331.32 | 0.91 | 0.44 |
| Hex | D7 | A | 6C | 0 | 5F | 32 | 10 | 14B | 5B | 2C |
| Octal | 327 | 12 | 154 | 0 | 137 | 62 | 20 | 513 | 133 | 54 |
| Binary | 11010111 | 1010 | 1101100 | 0 | 1011111 | 110010 | 10000 | 101001011 | 1011011 | 101100 |
Color Harmonies of #D70A6C
Complementary color
Monochromatic Colors of #D70A6C
Black with #D70A6C
Text Example
Text Example
White with #D70A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A6C; }
p { color: rgb(215,10,108); }
H1.HeaderClassName
{
color: #D70A6C;
}
.AnyTagClassName
{
color: #D70A6C;
}
</style>
background-color css
<style>
a { background-color: #D70A6C; }
a { background-color: rgb(215,10,108); }
div.DivClassName
{
background-color: #D70A6C;
}
.BgClassName
{
background-color: #D70A6C;
}
</style>
border-color css
<style>
span { border-color: #D70A6C; }
span { border-color: rgb(215,10,108); }
td.TdClassName
{
border-color: #D70A6C;
}
.TagClassName
{
border-color: #D70A6C;
}
</style>