#D00A70 (or 0xD00A70) is unknown color: approx Ruby. HEX triplet: D0, 0A and 70. RGB value is (208,10,112). Sum of RGB (Red+Green+Blue) = 208+10+112=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A70 is #2FF58F. Grayscale: #505050. Windows color (decimal): -3143056 or 7342800. OLE color: 7342800.
HSL color Cylindrical-coordinate representation of color #D00A70: hue angle of 329.09º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A70 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.18.
<style> p { color: #d00a70; } p { color: rgb(208,10,112); } H1.HeaderClassName { color: #d00a70; } .AnyTagClassName { color: #d00a70; } </style>
<style> a { background-color: #d00a70; } a { background-color: rgb(208,10,112); } div.DivClassName { background-color: #d00a70; } .BgClassName { background-color: #d00a70; } </style>
<style> span { border-color: #d00a70; } span { border-color: rgb(208,10,112); } td.TdClassName { border-color: #d00a70; } .TagClassName { border-color: #d00a70; } </style>