Shades of Ruby #D60470
Tints of Ruby #D60470
RGB
CMYK
RGB Variations
Color information
#D60470 (or 0xD60470) is known color: Ruby. HEX triplet: D6, 04 and 70. RGB value is (214,4,112). Sum of RGB (Red+Green+Blue) = 214+4+112=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D60470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60470 is #29FB8F. Grayscale: #4E4E4E. Windows color (decimal): -2751376 or 7341270. OLE color: 7341270.
HSL color Cylindrical-coordinate representation of color #D60470: hue angle of 329.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60470 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.16 |
| HSL | 329.14º | 0.96% | 0.43% | - |
| HSV(B) | 329.14º | 0.98% | 0.84% | - |
| XYZ | 30.7 | 15.55 | 16.71 | - |
| YUV | 79.1 | 146.57 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 112 | 0 | 0.98 | 0.48 | 0.16 | 329.14 | 0.96 | 0.43 |
| Hex | D6 | 4 | 70 | 0 | 62 | 30 | 10 | 149 | 60 | 2B |
| Octal | 326 | 4 | 160 | 0 | 142 | 60 | 20 | 511 | 140 | 53 |
| Binary | 11010110 | 100 | 1110000 | 0 | 1100010 | 110000 | 10000 | 101001001 | 1100000 | 101011 |
Color Harmonies of #D60470
Complementary color
Monochromatic Colors of #D60470
Black with #D60470
Text Example
Text Example
White with #D60470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60470; }
p { color: rgb(214,4,112); }
H1.HeaderClassName
{
color: #D60470;
}
.AnyTagClassName
{
color: #D60470;
}
</style>
background-color css
<style>
a { background-color: #D60470; }
a { background-color: rgb(214,4,112); }
div.DivClassName
{
background-color: #D60470;
}
.BgClassName
{
background-color: #D60470;
}
</style>
border-color css
<style>
span { border-color: #D60470; }
span { border-color: rgb(214,4,112); }
td.TdClassName
{
border-color: #D60470;
}
.TagClassName
{
border-color: #D60470;
}
</style>