Shades of Ruby #D40A70
Tints of Ruby #D40A70
RGB
CMYK
RGB Variations
Color information
#D40A70 (or 0xD40A70) is known color: Ruby. HEX triplet: D4, 0A and 70. RGB value is (212,10,112). Sum of RGB (Red+Green+Blue) = 212+10+112=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A70 is #2BF58F. Grayscale: #515151. Windows color (decimal): -2880912 or 7342804. OLE color: 7342804.
HSL color Cylindrical-coordinate representation of color #D40A70: hue angle of 329.7º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A70 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.17 |
| HSL | 329.7º | 0.91% | 0.44% | - |
| HSV(B) | 329.7º | 0.95% | 0.83% | - |
| XYZ | 30.18 | 15.38 | 16.71 | - |
| YUV | 82.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 112 | 0 | 0.95 | 0.47 | 0.17 | 329.7 | 0.91 | 0.44 |
| Hex | D4 | A | 70 | 0 | 5F | 2F | 11 | 14A | 5B | 2C |
| Octal | 324 | 12 | 160 | 0 | 137 | 57 | 21 | 512 | 133 | 54 |
| Binary | 11010100 | 1010 | 1110000 | 0 | 1011111 | 101111 | 10001 | 101001010 | 1011011 | 101100 |
Color Harmonies of #D40A70
Complementary color
Monochromatic Colors of #D40A70
Black with #D40A70
Text Example
Text Example
White with #D40A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A70; }
p { color: rgb(212,10,112); }
H1.HeaderClassName
{
color: #D40A70;
}
.AnyTagClassName
{
color: #D40A70;
}
</style>
background-color css
<style>
a { background-color: #D40A70; }
a { background-color: rgb(212,10,112); }
div.DivClassName
{
background-color: #D40A70;
}
.BgClassName
{
background-color: #D40A70;
}
</style>
border-color css
<style>
span { border-color: #D40A70; }
span { border-color: rgb(212,10,112); }
td.TdClassName
{
border-color: #D40A70;
}
.TagClassName
{
border-color: #D40A70;
}
</style>