#D20F70 (or 0xD20F70) is unknown color: approx Ruby. HEX triplet: D2, 0F and 70. RGB value is (210,15,112). Sum of RGB (Red+Green+Blue) = 210+15+112=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20F70 is #2DF08F. Grayscale: #545454. Windows color (decimal): -3010704 or 7344082. OLE color: 7344082.
HSL color Cylindrical-coordinate representation of color #D20F70: hue angle of 330.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F70 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.18.
<style> p { color: #D20F70; } p { color: rgb(210,15,112); } H1.HeaderClassName { color: #D20F70; } .AnyTagClassName { color: #D20F70; } </style>
<style> a { background-color: #D20F70; } a { background-color: rgb(210,15,112); } div.DivClassName { background-color: #D20F70; } .BgClassName { background-color: #D20F70; } </style>
<style> span { border-color: #D20F70; } span { border-color: rgb(210,15,112); } td.TdClassName { border-color: #D20F70; } .TagClassName { border-color: #D20F70; } </style>