#DE0178 (or 0xDE0178) is unknown color: approx Ruby. HEX triplet: DE, 01 and 78. RGB value is (222,1,120). Sum of RGB (Red+Green+Blue) = 222+1+120=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0178 is #21FE87. Grayscale: #505050. Windows color (decimal): -2227848 or 7864798. OLE color: 7864798.
HSL color Cylindrical-coordinate representation of color #DE0178: hue angle of 327.69º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0178 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.13.
<style> p { color: #DE0178; } p { color: rgb(222,1,120); } H1.HeaderClassName { color: #DE0178; } .AnyTagClassName { color: #DE0178; } </style>
<style> a { background-color: #DE0178; } a { background-color: rgb(222,1,120); } div.DivClassName { background-color: #DE0178; } .BgClassName { background-color: #DE0178; } </style>
<style> span { border-color: #DE0178; } span { border-color: rgb(222,1,120); } td.TdClassName { border-color: #DE0178; } .TagClassName { border-color: #DE0178; } </style>