#DE1F6F (or 0xDE1F6F) is unknown color: approx Ruby. HEX triplet: DE, 1F and 6F. RGB value is (222,31,111). Sum of RGB (Red+Green+Blue) = 222+31+111=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F6F is #21E090. Grayscale: #616161. Windows color (decimal): -2220177 or 7282654. OLE color: 7282654.
HSL color Cylindrical-coordinate representation of color #DE1F6F: hue angle of 334.87º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1F6F is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.13.
<style> p { color: #DE1F6F; } p { color: rgb(222,31,111); } H1.HeaderClassName { color: #DE1F6F; } .AnyTagClassName { color: #DE1F6F; } </style>
<style> a { background-color: #DE1F6F; } a { background-color: rgb(222,31,111); } div.DivClassName { background-color: #DE1F6F; } .BgClassName { background-color: #DE1F6F; } </style>
<style> span { border-color: #DE1F6F; } span { border-color: rgb(222,31,111); } td.TdClassName { border-color: #DE1F6F; } .TagClassName { border-color: #DE1F6F; } </style>