#DB146A (or 0xDB146A) is unknown color: approx Ruby. HEX triplet: DB, 14 and 6A. RGB value is (219,20,106). Sum of RGB (Red+Green+Blue) = 219+20+106=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB146A is #24EB95. Grayscale: #595959. Windows color (decimal): -2419606 or 6952155. OLE color: 6952155.
HSL color Cylindrical-coordinate representation of color #DB146A: hue angle of 334.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB146A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.14.
<style> p { color: #DB146A; } p { color: rgb(219,20,106); } H1.HeaderClassName { color: #DB146A; } .AnyTagClassName { color: #DB146A; } </style>
<style> a { background-color: #DB146A; } a { background-color: rgb(219,20,106); } div.DivClassName { background-color: #DB146A; } .BgClassName { background-color: #DB146A; } </style>
<style> span { border-color: #DB146A; } span { border-color: rgb(219,20,106); } td.TdClassName { border-color: #DB146A; } .TagClassName { border-color: #DB146A; } </style>