#FF00D7 (or 0xFF00D7) is unknown color: approx Hot Magenta. HEX triplet: FF, 00 and D7. RGB value is (255,0,215). Sum of RGB (Red+Green+Blue) = 255+0+215=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00D7 is #00FF28. Grayscale: #646464. Windows color (decimal): -65321 or 14090495. OLE color: 14090495.
HSL color Cylindrical-coordinate representation of color #FF00D7: hue angle of 309.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00D7 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.
<style> p { color: #FF00D7; } p { color: rgb(255,0,215); } H1.HeaderClassName { color: #FF00D7; } .AnyTagClassName { color: #FF00D7; } </style>
<style> a { background-color: #FF00D7; } a { background-color: rgb(255,0,215); } div.DivClassName { background-color: #FF00D7; } .BgClassName { background-color: #FF00D7; } </style>
<style> span { border-color: #FF00D7; } span { border-color: rgb(255,0,215); } td.TdClassName { border-color: #FF00D7; } .TagClassName { border-color: #FF00D7; } </style>