#D70F5D (or 0xD70F5D) is unknown color: approx Ruby. HEX triplet: D7, 0F and 5D. RGB value is (215,15,93). Sum of RGB (Red+Green+Blue) = 215+15+93=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F5D is #28F0A2. Grayscale: #535353. Windows color (decimal): -2683043 or 6098903. OLE color: 6098903.
HSL color Cylindrical-coordinate representation of color #D70F5D: hue angle of 336.6º 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 #D70F5D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.16.
<style> p { color: #D70F5D; } p { color: rgb(215,15,93); } H1.HeaderClassName { color: #D70F5D; } .AnyTagClassName { color: #D70F5D; } </style>
<style> a { background-color: #D70F5D; } a { background-color: rgb(215,15,93); } div.DivClassName { background-color: #D70F5D; } .BgClassName { background-color: #D70F5D; } </style>
<style> span { border-color: #D70F5D; } span { border-color: rgb(215,15,93); } td.TdClassName { border-color: #D70F5D; } .TagClassName { border-color: #D70F5D; } </style>