#D30F6B (or 0xD30F6B) is unknown color: approx Ruby. HEX triplet: D3, 0F and 6B. RGB value is (211,15,107). Sum of RGB (Red+Green+Blue) = 211+15+107=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30F6B is #2CF094. Grayscale: #535353. Windows color (decimal): -2945173 or 7016403. OLE color: 7016403.
HSL color Cylindrical-coordinate representation of color #D30F6B: hue angle of 331.84º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30F6B is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.17.
<style> p { color: #d30f6b; } p { color: rgb(211,15,107); } H1.HeaderClassName { color: #d30f6b; } .AnyTagClassName { color: #d30f6b; } </style>
<style> a { background-color: #d30f6b; } a { background-color: rgb(211,15,107); } div.DivClassName { background-color: #d30f6b; } .BgClassName { background-color: #d30f6b; } </style>
<style> span { border-color: #d30f6b; } span { border-color: rgb(211,15,107); } td.TdClassName { border-color: #d30f6b; } .TagClassName { border-color: #d30f6b; } </style>