#D10D55 (or 0xD10D55) is unknown color: approx Ruby. HEX triplet: D1, 0D and 55. RGB value is (209,13,85). Sum of RGB (Red+Green+Blue) = 209+13+85=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D55 is #2EF2AA. Grayscale: #4F4F4F. Windows color (decimal): -3076779 or 5574097. OLE color: 5574097.
HSL color Cylindrical-coordinate representation of color #D10D55: hue angle of 337.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D55 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.18.
<style> p { color: #d10d55; } p { color: rgb(209,13,85); } H1.HeaderClassName { color: #d10d55; } .AnyTagClassName { color: #d10d55; } </style>
<style> a { background-color: #d10d55; } a { background-color: rgb(209,13,85); } div.DivClassName { background-color: #d10d55; } .BgClassName { background-color: #d10d55; } </style>
<style> span { border-color: #d10d55; } span { border-color: rgb(209,13,85); } td.TdClassName { border-color: #d10d55; } .TagClassName { border-color: #d10d55; } </style>